#556023

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

Shades of Saratoga #556023

Tints of Saratoga #556023

Color information

#556023 (or 0x556023) is unknown color: approx Saratoga. HEX triplet: 55, 60 and 23. RGB value is (85,96,35). Sum of RGB (Red+Green+Blue) = 85+96+35=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #556023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556023 is #AA9FDC. Grayscale: #555555. Windows color (decimal): -11182045 or 2318421. OLE color: 2318421.

HSL color Cylindrical-coordinate representation of color #556023: hue angle of 70.82º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556023 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB859635-
CMYK0.1100.640.62
HSL70.82º46.56%25.69%-
HSV(B)70.82º63.54%37.65%-
XYZ8.2310.423.17-
YUV85.7699.36127.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=39.35%
G=44.44%
B=16.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596350.1100.640.6270.8246.5625.69
Hex556023B0403E472f1a
Octal12514043130100761075732
Binary10101011100000100011101101000000111110100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556023; }

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

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

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

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

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

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

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

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