#575B27

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

Shades of Saratoga #575B27

Tints of Saratoga #575B27

Color information

#575B27 (or 0x575B27) is unknown color: approx Saratoga. HEX triplet: 57, 5B and 27. RGB value is (87,91,39). Sum of RGB (Red+Green+Blue) = 87+91+39=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #575B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B27 is #A8A4D8. Grayscale: #545454. Windows color (decimal): -11052249 or 2579287. OLE color: 2579287.

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

Color convert

RGB879139-
CMYK0.0400.570.64
HSL64.62º40%25.49%-
HSV(B)64.62º57.14%35.69%-
XYZ8.049.653.36-
YUV83.88102.67130.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=40.09%
G=41.94%
B=17.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791390.0400.570.6464.624025.49
Hex575B27403940412819
Octal1271334740711001015031
Binary1010111101101110011110001110011000000100000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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