Shades of Half Baked #5D9199
Tints of Half Baked #5D9199
RGB
CMYK
RGB Variations
Color information
#5D9199 (or 0x5D9199) is known color: Half Baked. HEX triplet: 5D, 91 and 99. RGB value is (93,145,153). Sum of RGB (Red+Green+Blue) = 93+145+153=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9199 is #A26E66. Grayscale: #828282. Windows color (decimal): -10645095 or 10064221. OLE color: 10064221.
HSL color Cylindrical-coordinate representation of color #5D9199: hue angle of 188º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D9199 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 145 | 153 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.4 |
| HSL | 188º | 0.24% | 0.48% | - |
| HSV(B) | 188º | 0.39% | 0.6% | - |
| XYZ | 20.39 | 24.88 | 33.86 | - |
| YUV | 130.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 153 | 0.39 | 0.05 | 0 | 0.4 | 188 | 0.24 | 0.48 |
| Hex | 5D | 91 | 99 | 27 | 5 | 0 | 28 | BC | 18 | 30 |
| Octal | 135 | 221 | 231 | 47 | 5 | 0 | 50 | 274 | 30 | 60 |
| Binary | 1011101 | 10010001 | 10011001 | 100111 | 101 | 0 | 101000 | 10111100 | 11000 | 110000 |
Color Harmonies of #5D9199
Complementary color
Monochromatic Colors of #5D9199
Black with #5D9199
Text Example
Text Example
White with #5D9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9199; }
p { color: rgb(93,145,153); }
H1.HeaderClassName
{
color: #5D9199;
}
.AnyTagClassName
{
color: #5D9199;
}
</style>
background-color css
<style>
a { background-color: #5D9199; }
a { background-color: rgb(93,145,153); }
div.DivClassName
{
background-color: #5D9199;
}
.BgClassName
{
background-color: #5D9199;
}
</style>
border-color css
<style>
span { border-color: #5D9199; }
span { border-color: rgb(93,145,153); }
td.TdClassName
{
border-color: #5D9199;
}
.TagClassName
{
border-color: #5D9199;
}
</style>