#055059

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

Shades of Sherpa Blue #055059

Tints of Sherpa Blue #055059

Color information

#055059 (or 0x055059) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 59. RGB value is (5,80,89). Sum of RGB (Red+Green+Blue) = 5+80+89=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #055059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055059 is #FAAFA6. Grayscale: #3A3A3A. Windows color (decimal): -16428967 or 5853189. OLE color: 5853189.

HSL color Cylindrical-coordinate representation of color #055059: hue angle of 186.43º 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 #055059 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB58089-
CMYK0.940.1000.65
HSL186.43º89.36%18.43%-
HSV(B)186.43º94.38%34.9%-
XYZ4.736.4910.45-
YUV58.6145.1589.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=2.87%
G=45.98%
B=51.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal580890.940.1000.65186.4389.3618.43
Hex550595EA041ba5912
Octal512013113612010127213122
Binary10110100001011001101111010100100000110111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055059; }

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

 H1.HeaderClassName
 {
   color: #055059;
 }
 .AnyTagClassName
 {
   color: #055059;
 }
</style>
background-color css

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

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

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

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

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

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