#055155

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

Shades of Sherpa Blue #055155

Tints of Sherpa Blue #055155

Color information

#055155 (or 0x055155) is unknown color: approx Sherpa Blue. HEX triplet: 05, 51 and 55. RGB value is (5,81,85). Sum of RGB (Red+Green+Blue) = 5+81+85=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #055155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055155 is #FAAEAA. Grayscale: #3A3A3A. Windows color (decimal): -16428715 or 5591301. OLE color: 5591301.

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

Color convert

RGB58185-
CMYK0.940.0500.67
HSL183º88.89%17.65%-
HSV(B)183º94.12%33.33%-
XYZ4.646.579.62-
YUV58.73142.8289.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=2.92%
G=47.37%
B=49.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal581850.940.0500.6718388.8917.65
Hex551555E5043b75912
Octal51211251365010326713122
Binary1011010001101010110111101010100001110110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055155; }

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

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

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

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

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

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

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

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