#055055

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

Shades of Sherpa Blue #055055

Tints of Sherpa Blue #055055

Color information

#055055 (or 0x055055) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 55. RGB value is (5,80,85). Sum of RGB (Red+Green+Blue) = 5+80+85=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #055055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055055 is #FAAFAA. Grayscale: #3A3A3A. Windows color (decimal): -16428971 or 5591045. OLE color: 5591045.

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

Color convert

RGB58085-
CMYK0.940.0600.67
HSL183.75º88.89%17.65%-
HSV(B)183.75º94.12%33.33%-
XYZ4.576.439.59-
YUV58.14143.1590.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 85 (33.59% from 255) = 50%
R=2.94%
G=47.06%
B=50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal580850.940.0600.67183.7588.8917.65
Hex550555E6043b85912
Octal51201251366010327013122
Binary1011010000101010110111101100100001110111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055055; }

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

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

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

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

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

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

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

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