#555523

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

Shades of Saratoga #555523

Tints of Saratoga #555523

Color information

#555523 (or 0x555523) is unknown color: approx Saratoga. HEX triplet: 55, 55 and 23. RGB value is (85,85,35). Sum of RGB (Red+Green+Blue) = 85+85+35=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555523 is #AAAADC. Grayscale: #4F4F4F. Windows color (decimal): -11184861 or 2315605. OLE color: 2315605.

HSL color Cylindrical-coordinate representation of color #555523: hue angle of 60º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555523 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB858535-
CMYK000.590.67
HSL60º41.67%23.53%-
HSV(B)60º58.82%33.33%-
XYZ7.38.552.86-
YUV79.3103132.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=41.46%
G=41.46%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858535000.590.676041.6723.53
Hex555523003B433c2a18
Octal125125430073103745230
Binary1010101101010110001100111011100001111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555523; }

 p { color: rgb(85,85,35); }

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

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

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

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

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

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

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