#555B33

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

Shades of Saratoga #555B33

Tints of Saratoga #555B33

Color information

#555B33 (or 0x555B33) is unknown color: approx Saratoga. HEX triplet: 55, 5B and 33. RGB value is (85,91,51). Sum of RGB (Red+Green+Blue) = 85+91+51=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #555B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B33 is #AAA4CC. Grayscale: #545454. Windows color (decimal): -11183309 or 3365717. OLE color: 3365717.

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

Color convert

RGB859151-
CMYK0.0700.440.64
HSL69º28.17%27.84%-
HSV(B)69º43.96%35.69%-
XYZ8.089.654.57-
YUV84.65109.01128.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=37.44%
G=40.09%
B=22.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591510.0700.440.646928.1727.84
Hex555B33702C40451c1c
Octal1251336370541001053434
Binary101010110110111100111110101100100000010001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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