#05424F

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

Shades of Sherpa Blue #05424F

Tints of Sherpa Blue #05424F

Color information

#05424F (or 0x05424F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 42 and 4F. RGB value is (5,66,79). Sum of RGB (Red+Green+Blue) = 5+66+79=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #05424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05424F is #FABDB0. Grayscale: #313131. Windows color (decimal): -16432561 or 5194245. OLE color: 5194245.

HSL color Cylindrical-coordinate representation of color #05424F: hue angle of 190.54º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05424F is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB56679-
CMYK0.940.1600.69
HSL190.54º88.1%16.47%-
HSV(B)190.54º93.67%30.98%-
XYZ3.424.498.08-
YUV49.24144.7996.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 79 (31.25% from 255) = 52.67%
R=3.33%
G=44%
B=52.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal566790.940.1600.69190.5488.116.47
Hex5424F5E10045bf5810
Octal510211713620010527713020
Binary101100001010011111011110100000100010110111111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05424F; }

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

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

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

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

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

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

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

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