#565B2B

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

Shades of Saratoga #565B2B

Tints of Saratoga #565B2B

Color information

#565B2B (or 0x565B2B) is unknown color: approx Saratoga. HEX triplet: 56, 5B and 2B. RGB value is (86,91,43). Sum of RGB (Red+Green+Blue) = 86+91+43=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #565B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565B2B is #A9A4D4. Grayscale: #545454. Windows color (decimal): -11117781 or 2841430. OLE color: 2841430.

HSL color Cylindrical-coordinate representation of color #565B2B: hue angle of 66.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565B2B is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB869143-
CMYK0.0500.530.64
HSL66.25º35.82%26.27%-
HSV(B)66.25º52.75%35.69%-
XYZ8.019.643.72-
YUV84.03104.84129.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=39.09%
G=41.36%
B=19.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8691430.0500.530.6466.2535.8226.27
Hex565B2B50354042241a
Octal1261335350651001024432
Binary1010110101101110101110101101011000000100001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,91,43); }

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

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

 a { background-color: rgb(86,91,43); }

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

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

 span { border-color: rgb(86,91,43); }

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