#054249

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

Shades of Sherpa Blue #054249

Tints of Sherpa Blue #054249

Color information

#054249 (or 0x054249) is unknown color: approx Sherpa Blue. HEX triplet: 05, 42 and 49. RGB value is (5,66,73). Sum of RGB (Red+Green+Blue) = 5+66+73=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #054249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054249 is #FABDB6. Grayscale: #303030. Windows color (decimal): -16432567 or 4801029. OLE color: 4801029.

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

Color convert

RGB56673-
CMYK0.930.1000.71
HSL186.18º87.18%15.29%-
HSV(B)186.18º93.15%28.63%-
XYZ3.214.416.99-
YUV48.56141.7996.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=3.47%
G=45.83%
B=50.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal566730.930.1000.71186.1887.1815.29
Hex542495DA047ba57f
Octal510211113512010727212717
Binary1011000010100100110111011010010001111011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054249; }

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

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

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

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

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

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

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

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