#054049

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

Shades of Sherpa Blue #054049

Tints of Sherpa Blue #054049

Color information

#054049 (or 0x054049) is unknown color: approx Sherpa Blue. HEX triplet: 05, 40 and 49. RGB value is (5,64,73). Sum of RGB (Red+Green+Blue) = 5+64+73=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #054049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054049 is #FABFB6. Grayscale: #2F2F2F. Windows color (decimal): -16433079 or 4800517. OLE color: 4800517.

HSL color Cylindrical-coordinate representation of color #054049: hue angle of 187.94º 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 #054049 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB56473-
CMYK0.930.1200.71
HSL187.94º87.18%15.29%-
HSV(B)187.94º93.15%28.63%-
XYZ3.14.186.95-
YUV47.38142.4597.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 73 (28.91% from 255) = 51.41%
R=3.52%
G=45.07%
B=51.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal564730.930.1200.71187.9487.1815.29
Hex540495DC047bc57f
Octal510011113514010727412717
Binary1011000000100100110111011100010001111011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054049; }

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

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

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

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

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

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

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

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