#5A6528

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

Shades of Saratoga #5A6528

Tints of Saratoga #5A6528

Color information

#5A6528 (or 0x5A6528) is unknown color: approx Saratoga. HEX triplet: 5A, 65 and 28. RGB value is (90,101,40). Sum of RGB (Red+Green+Blue) = 90+101+40=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6528 is #A59AD7. Grayscale: #5A5A5A. Windows color (decimal): -10853080 or 2647386. OLE color: 2647386.

HSL color Cylindrical-coordinate representation of color #5A6528: hue angle of 70.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A6528 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB9010140-
CMYK0.1100.600.60
HSL70.82º43.26%27.65%-
HSV(B)70.82º60.4%39.61%-
XYZ9.2511.633.77-
YUV90.7699.36127.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.96%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=38.96%
G=43.72%
B=17.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101400.1100.600.6070.8243.2627.65
Hex5A6528B03C3C472b1c
Octal1321455013074741075334
Binary1011010110010110100010110111100111100100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6528; }

 p { color: rgb(90,101,40); }

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

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

 a { background-color: rgb(90,101,40); }

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

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

 span { border-color: rgb(90,101,40); }

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