Html Css Color HEX #59926C Oxley

📋 copy color: '#59926C'

red 89 ◦ green 146 ◦ blue 108

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

Shades of Oxley #59926C

Tints of Oxley #59926C

RGB

 RED value IS 89 (35.16% from 255) = 25.95%

 GREEN value IS 146 (57.42% from 255) = 42.57%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 25.95%
G = 42.57%
B = 31.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#59926C (or 0x59926C) is known color: Oxley. HEX triplet: 59, 92 and 6C. RGB value is (89,146,108). Sum of RGB (Red+Green+Blue) = 89+146+108=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #59926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59926C is #A66D93. Grayscale: #7C7C7C. Windows color (decimal): -10907028 or 7115353. OLE color: 7115353.

HSL color Cylindrical-coordinate representation of color #59926C: hue angle of 140º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59926C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 108 -
CMYK 0.39 0 0.26 0.43
HSL 140º 0.24% 0.46% -
HSV(B) 140º 0.39% 0.57% -
XYZ 17.11 23.76 17.87 -
YUV 124.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 89 146 108 0.39 0 0.26 0.43 140 0.24 0.46
Hex 59 92 6C 27 0 1A 2B 8C 18 2E
Octal 131 222 154 47 0 32 53 214 30 56
Binary 1011001 10010010 1101100 100111 0 11010 101011 10001100 11000 101110

Color Harmonies of #59926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59926C

Black with #59926C

Text Example


Text Example

White with #59926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59926C; }

 p { color: rgb(89,146,108); }

 H1.HeaderClassName
 {
   color: #59926C;
 }
 .AnyTagClassName
 {
   color: #59926C;
 }
</style>

background-color css

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

 a { background-color: rgb(89,146,108); }

 div.DivClassName
 {
   background-color: #59926C;
 }
 .BgClassName
 {
   background-color: #59926C;
 }
</style>

border-color css

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

 span { border-color: rgb(89,146,108); }

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