#566227

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

Shades of Saratoga #566227

Tints of Saratoga #566227

Color information

#566227 (or 0x566227) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 27. RGB value is (86,98,39). Sum of RGB (Red+Green+Blue) = 86+98+39=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #566227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566227 is #A99DD8. Grayscale: #575757. Windows color (decimal): -11115993 or 2581078. OLE color: 2581078.

HSL color Cylindrical-coordinate representation of color #566227: hue angle of 72.2º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566227 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB869839-
CMYK0.1200.600.62
HSL72.2º43.07%26.86%-
HSV(B)72.2º60.2%38.43%-
XYZ8.5710.863.56-
YUV87.69100.52126.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=38.57%
G=43.95%
B=17.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698390.1200.600.6272.243.0726.86
Hex566227C03C3E482b1b
Octal1261424714074761105333
Binary1010110110001010011111000111100111110100100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566227; }

 p { color: rgb(86,98,39); }

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

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

 a { background-color: rgb(86,98,39); }

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

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

 span { border-color: rgb(86,98,39); }

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