Html Css Color HEX #05424C Sherpa Blue

📋 copy color: '#05424C'

red 5 ◦ green 66 ◦ blue 76

#05424C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #05424C

Tints of Sherpa Blue #05424C

RGB

 RED value IS 5 (2.34% from 255) = 3.4%

 GREEN value IS 66 (26.17% from 255) = 44.9%

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 3.4%
G = 44.9%
B = 51.7%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05424C (or 0x05424C) is known color: 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

RGB 5 66 76 -
CMYK 0.93 0.13 0 0.70
HSL 188.45º 0.88% 0.16% -
HSV(B) 188.45º 0.93% 0.3% -
XYZ 3.32 4.45 7.52 -
YUV 48.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 5 66 76 0.93 0.13 0 0.70 188.45 0.88 0.16
Hex 5 42 4C 5D D 0 46 BC 58 10
Octal 5 102 114 135 15 0 106 274 130 20
Binary 101 1000010 1001100 1011101 1101 0 1000110 10111100 1011000 10000

Color Harmonies of #05424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05424C

Black with #05424C

Text Example


Text Example

White with #05424C

Text Example


Text Example

HTML Codes & Css Web 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>