#055159

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

Shades of Sherpa Blue #055159

Tints of Sherpa Blue #055159

Color information

#055159 (or 0x055159) is unknown color: approx 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

RGB58189-
CMYK0.940.0900.65
HSL185.71º89.36%18.43%-
HSV(B)185.71º94.38%34.9%-
XYZ4.816.6410.48-
YUV59.19144.8289.35-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal581890.940.0900.65185.7189.3618.43
Hex551595E9041ba5912
Octal512113113611010127213122
Binary10110100011011001101111010010100000110111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>