#585B33

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

Shades of Saratoga #585B33

Tints of Saratoga #585B33

Color information

#585B33 (or 0x585B33) is unknown color: approx Saratoga. HEX triplet: 58, 5B and 33. RGB value is (88,91,51). Sum of RGB (Red+Green+Blue) = 88+91+51=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #585B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B33 is #A7A4CC. Grayscale: #555555. Windows color (decimal): -10986701 or 3365720. OLE color: 3365720.

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

Color convert

RGB889151-
CMYK0.0300.440.64
HSL64.5º28.17%27.84%-
HSV(B)64.5º43.96%35.69%-
XYZ8.369.84.58-
YUV85.54108.51129.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=38.26%
G=39.57%
B=22.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891510.0300.440.6464.528.1727.84
Hex585B33302C40401c1c
Octal1301336330541001003434
Binary10110001011011110011110101100100000010000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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