Html Css Color HEX #055159 Sherpa Blue

📋 copy color: '#055159'

red 5 ◦ green 81 ◦ blue 89

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

Shades of Sherpa Blue #055159

Tints of Sherpa Blue #055159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 2.86%
G = 46.29%
B = 50.86%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#055159 (or 0x055159) is known color: Sherpa Blue. HEX triplet: 05, 51 and 59. RGB value is (5,81,89). Sum of RGB (Red+Green+Blue) = 5+81+89=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #055159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055159 is #FAAEA6. Grayscale: #3B3B3B. Windows color (decimal): -16428711 or 5853445. OLE color: 5853445.

HSL color Cylindrical-coordinate representation of color #055159: hue angle of 185.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055159 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 81 89 -
CMYK 0.94 0.09 0 0.65
HSL 185.71º 0.89% 0.18% -
HSV(B) 185.71º 0.94% 0.35% -
XYZ 4.81 6.64 10.48 -
YUV 59.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 5 81 89 0.94 0.09 0 0.65 185.71 0.89 0.18
Hex 5 51 59 5E 9 0 41 BA 59 12
Octal 5 121 131 136 11 0 101 272 131 22
Binary 101 1010001 1011001 1011110 1001 0 1000001 10111010 1011001 10010

Color Harmonies of #055159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055159

Black with #055159

Text Example


Text Example

White with #055159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055159; }

 p { color: rgb(5,81,89); }

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

background-color css

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

 a { background-color: rgb(5,81,89); }

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

border-color css

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

 span { border-color: rgb(5,81,89); }

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