Shades of Saratoga #5B5D28
Tints of Saratoga #5B5D28
RGB
CMYK
RGB Variations
Color information
#5B5D28 (or 0x5B5D28) is known color: Saratoga. HEX triplet: 5B, 5D and 28. RGB value is (91,93,40). Sum of RGB (Red+Green+Blue) = 91+93+40=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D28 is #A4A2D7. Grayscale: #565656. Windows color (decimal): -10789592 or 2645339. OLE color: 2645339.
HSL color Cylindrical-coordinate representation of color #5B5D28: hue angle of 62.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B5D28 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 40 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.64 |
| HSL | 62.26º | 0.4% | 0.26% | - |
| HSV(B) | 62.26º | 0.57% | 0.36% | - |
| XYZ | 8.61 | 10.21 | 3.52 | - |
| YUV | 86.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 40 | 0.02 | 0 | 0.57 | 0.64 | 62.26 | 0.4 | 0.26 |
| Hex | 5B | 5D | 28 | 2 | 0 | 39 | 40 | 3E | 28 | 1A |
| Octal | 133 | 135 | 50 | 2 | 0 | 71 | 100 | 76 | 50 | 32 |
| Binary | 1011011 | 1011101 | 101000 | 10 | 0 | 111001 | 1000000 | 111110 | 101000 | 11010 |
Color Harmonies of #5B5D28
Complementary color
Monochromatic Colors of #5B5D28
Black with #5B5D28
Text Example
Text Example
White with #5B5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D28; }
p { color: rgb(91,93,40); }
H1.HeaderClassName
{
color: #5B5D28;
}
.AnyTagClassName
{
color: #5B5D28;
}
</style>
background-color css
<style>
a { background-color: #5B5D28; }
a { background-color: rgb(91,93,40); }
div.DivClassName
{
background-color: #5B5D28;
}
.BgClassName
{
background-color: #5B5D28;
}
</style>
border-color css
<style>
span { border-color: #5B5D28; }
span { border-color: rgb(91,93,40); }
td.TdClassName
{
border-color: #5B5D28;
}
.TagClassName
{
border-color: #5B5D28;
}
</style>