#055060

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

Shades of Sherpa Blue #055060

Tints of Sherpa Blue #055060

Color information

#055060 (or 0x055060) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 60. RGB value is (5,80,96). Sum of RGB (Red+Green+Blue) = 5+80+96=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #055060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055060 is #FAAF9F. Grayscale: #3B3B3B. Windows color (decimal): -16428960 or 6311941. OLE color: 6311941.

HSL color Cylindrical-coordinate representation of color #055060: hue angle of 190.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055060 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58096-
CMYK0.950.1700.62
HSL190.55º90.1%19.8%-
HSV(B)190.55º94.79%37.65%-
XYZ5.046.6112.08-
YUV59.4148.6589.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=2.76%
G=44.20%
B=53.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal580960.950.1700.62190.5590.119.8
Hex550605F1103Ebf5a14
Octal51201401372107627713224
Binary10110100001100000101111110001011111010111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055060; }

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

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

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

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

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

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

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

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