#055052

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

Shades of Sherpa Blue #055052

Tints of Sherpa Blue #055052

Color information

#055052 (or 0x055052) is unknown color: approx Sherpa Blue. HEX triplet: 05, 50 and 52. RGB value is (5,80,82). Sum of RGB (Red+Green+Blue) = 5+80+82=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #055052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055052 is #FAAFAD. Grayscale: #393939. Windows color (decimal): -16428974 or 5394437. OLE color: 5394437.

HSL color Cylindrical-coordinate representation of color #055052: hue angle of 181.56º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055052 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB58082-
CMYK0.940.0200.68
HSL181.56º88.51%17.06%-
HSV(B)181.56º93.9%32.16%-
XYZ4.456.388.98-
YUV57.8141.6590.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=2.99%
G=47.90%
B=49.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal580820.940.0200.68181.5688.5117.06
Hex550525E2044b65911
Octal51201221362010426613121
Binary101101000010100101011110100100010010110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055052; }

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

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

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

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

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

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

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

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