#575930

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

Shades of Saratoga #575930

Tints of Saratoga #575930

Color information

#575930 (or 0x575930) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 30. RGB value is (87,89,48). Sum of RGB (Red+Green+Blue) = 87+89+48=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #575930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575930 is #A8A6CF. Grayscale: #535353. Windows color (decimal): -11052752 or 3168599. OLE color: 3168599.

HSL color Cylindrical-coordinate representation of color #575930: hue angle of 62.93º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575930 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB878948-
CMYK0.0200.460.65
HSL62.93º29.93%26.86%-
HSV(B)62.93º46.07%34.9%-
XYZ8.049.384.18-
YUV83.73107.84130.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=38.84%
G=39.73%
B=21.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789480.0200.460.6562.9329.9326.86
Hex575930202E413f1e1b
Octal127131602056101773633
Binary1010111101100111000010010111010000011111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575930; }

 p { color: rgb(87,89,48); }

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

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

 a { background-color: rgb(87,89,48); }

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

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

 span { border-color: rgb(87,89,48); }

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