#054549

Color #054549 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #054549

Tints of Sherpa Blue #054549

Color information

#054549 (or 0x054549) is unknown color: approx Sherpa Blue. HEX triplet: 05, 45 and 49. RGB value is (5,69,73). Sum of RGB (Red+Green+Blue) = 5+69+73=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #054549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054549 is #FABAB6. Grayscale: #323232. Windows color (decimal): -16431799 or 4801797. OLE color: 4801797.

HSL color Cylindrical-coordinate representation of color #054549: hue angle of 183.53º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054549 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56973-
CMYK0.930.0500.71
HSL183.53º87.18%15.29%-
HSV(B)183.53º93.15%28.63%-
XYZ3.394.777.05-
YUV50.32140.895.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=3.40%
G=46.94%
B=49.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal569730.930.0500.71183.5387.1815.29
Hex545495D5047b857f
Octal51051111355010727012717
Binary101100010110010011011101101010001111011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054549; }

 p { color: rgb(5,69,73); }

 H1.HeaderClassName
 {
   color: #054549;
 }
 .AnyTagClassName
 {
   color: #054549;
 }
</style>
background-color css

<style>
 a { background-color: #054549; }

 a { background-color: rgb(5,69,73); }

 div.DivClassName
 {
   background-color: #054549;
 }
 .BgClassName
 {
   background-color: #054549;
 }
</style>
border-color css

<style>
 span { border-color: #054549; }

 span { border-color: rgb(5,69,73); }

 td.TdClassName
 {
   border-color: #054549;
 }
 .TagClassName
 {
   border-color: #054549;
 }
</style>