#5B5F23

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

Shades of Saratoga #5B5F23

Tints of Saratoga #5B5F23

Color information

#5B5F23 (or 0x5B5F23) is unknown color: approx Saratoga. HEX triplet: 5B, 5F and 23. RGB value is (91,95,35). Sum of RGB (Red+Green+Blue) = 91+95+35=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5F23 is #A4A0DC. Grayscale: #575757. Windows color (decimal): -10789085 or 2318171. OLE color: 2318171.

HSL color Cylindrical-coordinate representation of color #5B5F23: hue angle of 64º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B5F23 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB919535-
CMYK0.0400.630.63
HSL64º46.15%25.49%-
HSV(B)64º63.16%37.25%-
XYZ8.7110.533.16-
YUV86.9698.67130.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 35 (14.06% from 255) = 15.84%
R=41.18%
G=42.99%
B=15.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9195350.0400.630.636446.1525.49
Hex5B5F23403F3F402e19
Octal133137434077771005631
Binary101101110111111000111000111111111111100000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,95,35); }

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

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

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

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

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

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

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