#085356

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

Shades of Sherpa Blue #085356

Tints of Sherpa Blue #085356

Color information

#085356 (or 0x085356) is unknown color: approx Sherpa Blue. HEX triplet: 08, 53 and 56. RGB value is (8,83,86). Sum of RGB (Red+Green+Blue) = 8+83+86=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #085356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085356 is #F7ACA9. Grayscale: #3C3C3C. Windows color (decimal): -16231594 or 5657352. OLE color: 5657352.

HSL color Cylindrical-coordinate representation of color #085356: hue angle of 182.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085356 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB88386-
CMYK0.910.0300.66
HSL182.31º82.98%18.43%-
HSV(B)182.31º90.7%33.73%-
XYZ4.876.919.88-
YUV60.92142.1590.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=4.52%
G=46.89%
B=48.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal883860.910.0300.66182.3182.9818.43
Hex853565B3042b65312
Octal101231261333010226612322
Binary1000101001110101101011011110100001010110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085356; }

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

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

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

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

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

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

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

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