#565F33

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

Shades of Saratoga #565F33

Tints of Saratoga #565F33

Color information

#565F33 (or 0x565F33) is unknown color: approx Saratoga. HEX triplet: 56, 5F and 33. RGB value is (86,95,51). Sum of RGB (Red+Green+Blue) = 86+95+51=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #565F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F33 is #A9A0CC. Grayscale: #575757. Windows color (decimal): -11116749 or 3366742. OLE color: 3366742.

HSL color Cylindrical-coordinate representation of color #565F33: hue angle of 72.27º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #565F33 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB869551-
CMYK0.0900.460.63
HSL72.27º30.14%28.63%-
HSV(B)72.27º46.32%37.25%-
XYZ8.5310.44.69-
YUV87.29107.52127.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=37.07%
G=40.95%
B=21.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8695510.0900.460.6372.2730.1428.63
Hex565F33902E3F481e1d
Octal1261376311056771103635
Binary101011010111111100111001010111011111110010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565F33; }

 p { color: rgb(86,95,51); }

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

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

 a { background-color: rgb(86,95,51); }

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

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

 span { border-color: rgb(86,95,51); }

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