Html Css Color HEX #05424D Sherpa Blue

📋 copy color: '#05424D'

red 5 ◦ green 66 ◦ blue 77

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

Shades of Sherpa Blue #05424D

Tints of Sherpa Blue #05424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 3.38%
G = 44.59%
B = 52.03%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05424D (or 0x05424D) is known color: Sherpa Blue. HEX triplet: 05, 42 and 4D. RGB value is (5,66,77). Sum of RGB (Red+Green+Blue) = 5+66+77=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #05424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05424D is #FABDB2. Grayscale: #303030. Windows color (decimal): -16432563 or 5063173. OLE color: 5063173.

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

Color convert

RGB 5 66 77 -
CMYK 0.94 0.14 0 0.70
HSL 189.17º 0.88% 0.16% -
HSV(B) 189.17º 0.94% 0.3% -
XYZ 3.35 4.46 7.71 -
YUV 49.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 5 66 77 0.94 0.14 0 0.70 189.17 0.88 0.16
Hex 5 42 4D 5E E 0 46 BD 58 10
Octal 5 102 115 136 16 0 106 275 130 20
Binary 101 1000010 1001101 1011110 1110 0 1000110 10111101 1011000 10000

Color Harmonies of #05424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05424D

Black with #05424D

Text Example


Text Example

White with #05424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05424D;
 }
 .AnyTagClassName
 {
   color: #05424D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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