#575B33

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

Shades of Saratoga #575B33

Tints of Saratoga #575B33

Color information

#575B33 (or 0x575B33) is unknown color: approx Saratoga. HEX triplet: 57, 5B and 33. RGB value is (87,91,51). Sum of RGB (Red+Green+Blue) = 87+91+51=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #575B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B33 is #A8A4CC. Grayscale: #555555. Windows color (decimal): -11052237 or 3365719. OLE color: 3365719.

HSL color Cylindrical-coordinate representation of color #575B33: hue angle of 66º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #575B33 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB879151-
CMYK0.0400.440.64
HSL66º28.17%27.84%-
HSV(B)66º43.96%35.69%-
XYZ8.279.754.58-
YUV85.24108.67129.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=37.99%
G=39.74%
B=22.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791510.0400.440.646628.1727.84
Hex575B33402C40421c1c
Octal1271336340541001023434
Binary101011110110111100111000101100100000010000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575B33; }

 p { color: rgb(87,91,51); }

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

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

 a { background-color: rgb(87,91,51); }

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

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

 span { border-color: rgb(87,91,51); }

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