Html Css Color HEX #809587 Oxley

📋 copy color: '#809587'

red 128 ◦ green 149 ◦ blue 135

#809587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #809587

Tints of Oxley #809587

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.13% from 255) = 32.77%

R = 31.07%
G = 36.17%
B = 32.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#809587 (or 0x809587) is known color: 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

RGB 128 149 135 -
CMYK 0.14 0 0.09 0.42
HSL 140º 0.09% 0.54% -
HSV(B) 140º 0.14% 0.58% -
XYZ 24.02 27.83 27.03 -
YUV 141.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 128 149 135 0.14 0 0.09 0.42 140 0.09 0.54
Hex 80 95 87 E 0 9 2A 8C 9 36
Octal 200 225 207 16 0 11 52 214 11 66
Binary 10000000 10010101 10000111 1110 0 1001 101010 10001100 1001 110110

Color Harmonies of #809587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809587

Black with #809587

Text Example


Text Example

White with #809587

Text Example


Text Example

HTML Codes & Css Web 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>