#575D23

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

Shades of Saratoga #575D23

Tints of Saratoga #575D23

Color information

#575D23 (or 0x575D23) is unknown color: approx Saratoga. HEX triplet: 57, 5D and 23. RGB value is (87,93,35). Sum of RGB (Red+Green+Blue) = 87+93+35=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #575D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D23 is #A8A2DC. Grayscale: #545454. Windows color (decimal): -11051741 or 2317655. OLE color: 2317655.

HSL color Cylindrical-coordinate representation of color #575D23: hue angle of 66.21º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575D23 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB879335-
CMYK0.0600.620.64
HSL66.21º45.31%25.1%-
HSV(B)66.21º62.37%36.47%-
XYZ8.159.983.09-
YUV84.59100.01129.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=40.47%
G=43.26%
B=16.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793350.0600.620.6466.2145.3125.1
Hex575D23603E40422d19
Octal1271354360761001025531
Binary1010111101110110001111001111101000000100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,93,35); }

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

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

 a { background-color: rgb(87,93,35); }

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

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

 span { border-color: rgb(87,93,35); }

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