#535B33

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

Shades of Saratoga #535B33

Tints of Saratoga #535B33

Color information

#535B33 (or 0x535B33) is unknown color: approx Saratoga. HEX triplet: 53, 5B and 33. RGB value is (83,91,51). Sum of RGB (Red+Green+Blue) = 83+91+51=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #535B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B33 is #ACA4CC. Grayscale: #545454. Windows color (decimal): -11314381 or 3365715. OLE color: 3365715.

HSL color Cylindrical-coordinate representation of color #535B33: hue angle of 72º 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 #535B33 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB839151-
CMYK0.0900.440.64
HSL72º28.17%27.84%-
HSV(B)72º43.96%35.69%-
XYZ7.919.564.56-
YUV84.05109.35127.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=36.89%
G=40.44%
B=22.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8391510.0900.440.647228.1727.84
Hex535B33902C40481c1c
Octal12313363110541001103434
Binary1010011101101111001110010101100100000010010001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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