#599568

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

Shades of Oxley #599568

Tints of Oxley #599568

Color information

#599568 (or 0x599568) is unknown color: approx Oxley. HEX triplet: 59, 95 and 68. RGB value is (89,149,104). Sum of RGB (Red+Green+Blue) = 89+149+104=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #599568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599568 is #A66A97. Grayscale: #7E7E7E. Windows color (decimal): -10906264 or 6853977. OLE color: 6853977.

HSL color Cylindrical-coordinate representation of color #599568: hue angle of 135º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599568 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB89149104-
CMYK0.4000.300.42
HSL135º25.21%46.67%-
HSV(B)135º40.27%58.43%-
XYZ17.3724.6216.93-
YUV125.93115.62101.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=26.02%
G=43.57%
B=30.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491040.4000.300.4213525.2146.67
Hex5995682801E2A87192f
Octal13122515050036522073157
Binary10110011001010111010001010000111101010101000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599568; }

 p { color: rgb(89,149,104); }

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

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

 a { background-color: rgb(89,149,104); }

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

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

 span { border-color: rgb(89,149,104); }

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