#565E21

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

Shades of Saratoga #565E21

Tints of Saratoga #565E21

Color information

#565E21 (or 0x565E21) is unknown color: approx Saratoga. HEX triplet: 56, 5E and 21. RGB value is (86,94,33). Sum of RGB (Red+Green+Blue) = 86+94+33=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #565E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E21 is #A9A1DE. Grayscale: #545454. Windows color (decimal): -11117023 or 2186838. OLE color: 2186838.

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

Color convert

RGB869433-
CMYK0.0900.650.63
HSL67.87º48.03%24.9%-
HSV(B)67.87º64.89%36.86%-
XYZ8.1110.092.96-
YUV84.6598.85128.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=40.38%
G=44.13%
B=15.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694330.0900.650.6367.8748.0324.9
Hex565E2190413F443019
Octal12613641110101771046031
Binary10101101011110100001100101000001111111100010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,33); }

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

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

 a { background-color: rgb(86,94,33); }

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

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

 span { border-color: rgb(86,94,33); }

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