#085F85

Color #085F85 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #085F85

Tints of Allports #085F85

Color information

#085F85 (or 0x085F85) is unknown color: approx Allports. HEX triplet: 08, 5F and 85. RGB value is (8,95,133). Sum of RGB (Red+Green+Blue) = 8+95+133=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #085F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085F85 is #F7A07A. Grayscale: #494949. Windows color (decimal): -16228475 or 8740616. OLE color: 8740616.

HSL color Cylindrical-coordinate representation of color #085F85: hue angle of 198.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085F85 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB895133-
CMYK0.940.2900.48
HSL198.24º88.65%27.65%-
HSV(B)198.24º93.98%52.16%-
XYZ8.439.9323.66-
YUV73.32161.6881.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.39%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=3.39%
G=40.25%
B=56.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8951330.940.2900.48198.2488.6527.65
Hex85F855E1D030c6591c
Octal101372051363506030613134
Binary1000101111110000101101111011101011000011000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085F85; }

 p { color: rgb(8,95,133); }

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

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

 a { background-color: rgb(8,95,133); }

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

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

 span { border-color: rgb(8,95,133); }

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