Html Css Color HEX #05424B Sherpa Blue

📋 copy color: '#05424B'

red 5 ◦ green 66 ◦ blue 75

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

Shades of Sherpa Blue #05424B

Tints of Sherpa Blue #05424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 3.42%
G = 45.21%
B = 51.37%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05424B (or 0x05424B) is known color: Sherpa Blue. HEX triplet: 05, 42 and 4B. RGB value is (5,66,75). Sum of RGB (Red+Green+Blue) = 5+66+75=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #05424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05424B is #FABDB4. Grayscale: #303030. Windows color (decimal): -16432565 or 4932101. OLE color: 4932101.

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

Color convert

RGB 5 66 75 -
CMYK 0.93 0.12 0 0.71
HSL 187.71º 0.88% 0.16% -
HSV(B) 187.71º 0.93% 0.29% -
XYZ 3.28 4.44 7.34 -
YUV 48.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 5 66 75 0.93 0.12 0 0.71 187.71 0.88 0.16
Hex 5 42 4B 5D C 0 47 BC 58 10
Octal 5 102 113 135 14 0 107 274 130 20
Binary 101 1000010 1001011 1011101 1100 0 1000111 10111100 1011000 10000

Color Harmonies of #05424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05424B

Black with #05424B

Text Example


Text Example

White with #05424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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