#5A5D23

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

Shades of Saratoga #5A5D23

Tints of Saratoga #5A5D23

Color information

#5A5D23 (or 0x5A5D23) is unknown color: approx Saratoga. HEX triplet: 5A, 5D and 23. RGB value is (90,93,35). Sum of RGB (Red+Green+Blue) = 90+93+35=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D23 is #A5A2DC. Grayscale: #555555. Windows color (decimal): -10855133 or 2317658. OLE color: 2317658.

HSL color Cylindrical-coordinate representation of color #5A5D23: hue angle of 63.1º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A5D23 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB909335-
CMYK0.0300.620.64
HSL63.1º45.31%25.1%-
HSV(B)63.1º62.37%36.47%-
XYZ8.4310.123.1-
YUV85.4999.51131.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.28%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=41.28%
G=42.66%
B=16.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9093350.0300.620.6463.145.3125.1
Hex5A5D23303E403f2d19
Octal132135433076100775531
Binary10110101011101100011110111110100000011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,35); }

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

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

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

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

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

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

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