#809587

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

Shades of Oxley #809587

Tints of Oxley #809587

Color information

#809587 (or 0x809587) is unknown color: approx Oxley. HEX triplet: 80, 95 and 87. RGB value is (128,149,135). Sum of RGB (Red+Green+Blue) = 128+149+135=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #809587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809587 is #7F6A78. Grayscale: #8D8D8D. Windows color (decimal): -8350329 or 8885632. OLE color: 8885632.

HSL color Cylindrical-coordinate representation of color #809587: hue angle of 140º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809587 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB128149135-
CMYK0.1400.090.42
HSL140º9.01%54.31%-
HSV(B)140º14.09%58.43%-
XYZ24.0227.8327.03-
YUV141.12124.54118.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=31.07%
G=36.17%
B=32.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491350.1400.090.421409.0154.31
Hex809587E092A8c936
Octal20022520716011522141166
Binary100000001001010110000111111001001101010100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809587; }

 p { color: rgb(128,149,135); }

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

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

 a { background-color: rgb(128,149,135); }

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

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

 span { border-color: rgb(128,149,135); }

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