#055061

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

Shades of Sherpa Blue #055061

Tints of Sherpa Blue #055061

Color information

#055061 (or 0x055061) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 61. RGB value is (5,80,97). Sum of RGB (Red+Green+Blue) = 5+80+97=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #055061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055061 is #FAAF9E. Grayscale: #3B3B3B. Windows color (decimal): -16428959 or 6377477. OLE color: 6377477.

HSL color Cylindrical-coordinate representation of color #055061: hue angle of 191.09º 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 #055061 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58097-
CMYK0.950.1800.62
HSL191.09º90.2%20%-
HSV(B)191.09º94.85%38.04%-
XYZ5.096.6312.32-
YUV59.51149.1589.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=2.75%
G=43.96%
B=53.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal580970.950.1800.62191.0990.220
Hex550615F1203Ebf5a14
Octal51201411372207627713224
Binary10110100001100001101111110010011111010111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055061; }

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

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

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

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

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

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

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

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