#085352

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

Shades of Sherpa Blue #085352

Tints of Sherpa Blue #085352

Color information

#085352 (or 0x085352) is unknown color: approx Sherpa Blue. HEX triplet: 08, 53 and 52. RGB value is (8,83,82). Sum of RGB (Red+Green+Blue) = 8+83+82=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #085352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085352 is #F7ACAD. Grayscale: #3C3C3C. Windows color (decimal): -16231598 or 5395208. OLE color: 5395208.

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

Color convert

RGB88382-
CMYK0.9000.010.67
HSL179.2º82.42%17.84%-
HSV(B)179.2º90.36%32.55%-
XYZ4.726.859.06-
YUV60.46140.1590.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=4.62%
G=47.98%
B=47.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883820.9000.010.67179.282.4217.84
Hex853525A0143b35212
Octal101231221320110326312222
Binary100010100111010010101101001100001110110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085352; }

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

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

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

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

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

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

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

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