#085052

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

Shades of Sherpa Blue #085052

Tints of Sherpa Blue #085052

Color information

#085052 (or 0x085052) is unknown color: approx Sherpa Blue. HEX triplet: 08, 50 and 52. RGB value is (8,80,82). Sum of RGB (Red+Green+Blue) = 8+80+82=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #085052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085052 is #F7AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16232366 or 5394440. OLE color: 5394440.

HSL color Cylindrical-coordinate representation of color #085052: hue angle of 181.62º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085052 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB88082-
CMYK0.900.0200.68
HSL181.62º82.22%17.65%-
HSV(B)181.62º90.24%32.16%-
XYZ4.496.48.98-
YUV58.7141.1591.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=4.71%
G=47.06%
B=48.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal880820.900.0200.68181.6282.2217.65
Hex850525A2044b65212
Octal101201221322010426612222
Binary1000101000010100101011010100100010010110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085052; }

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

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

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

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

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

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

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

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