#555830

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

Shades of Saratoga #555830

Tints of Saratoga #555830

Color information

#555830 (or 0x555830) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 30. RGB value is (85,88,48). Sum of RGB (Red+Green+Blue) = 85+88+48=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #555830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555830 is #AAA7CF. Grayscale: #525252. Windows color (decimal): -11184080 or 3168341. OLE color: 3168341.

HSL color Cylindrical-coordinate representation of color #555830: hue angle of 64.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #555830 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB858848-
CMYK0.0300.450.65
HSL64.5º29.41%26.67%-
HSV(B)64.5º45.45%34.51%-
XYZ7.779.124.15-
YUV82.54108.51129.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=38.46%
G=39.82%
B=21.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588480.0300.450.6564.529.4126.67
Hex555830302D41401d1b
Octal1251306030551011003533
Binary10101011011000110000110101101100000110000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555830; }

 p { color: rgb(85,88,48); }

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

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

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

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

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

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

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