#05424C

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

Shades of Sherpa Blue #05424C

Tints of Sherpa Blue #05424C

Color information

#05424C (or 0x05424C) is unknown color: approx Sherpa Blue. HEX triplet: 05, 42 and 4C. RGB value is (5,66,76). Sum of RGB (Red+Green+Blue) = 5+66+76=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #05424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05424C is #FABDB3. Grayscale: #303030. Windows color (decimal): -16432564 or 4997637. OLE color: 4997637.

HSL color Cylindrical-coordinate representation of color #05424C: hue angle of 188.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05424C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB56676-
CMYK0.930.1300.70
HSL188.45º87.65%15.88%-
HSV(B)188.45º93.42%29.8%-
XYZ3.324.457.52-
YUV48.9143.2996.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 76 (30.08% from 255) = 51.70%
R=3.40%
G=44.90%
B=51.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal566760.930.1300.70188.4587.6515.88
Hex5424C5DD046bc5810
Octal510211413515010627413020
Binary10110000101001100101110111010100011010111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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