Shades of Half Baked #5D9197
Tints of Half Baked #5D9197
RGB
CMYK
RGB Variations
Color information
#5D9197 (or 0x5D9197) is known color: Half Baked. HEX triplet: 5D, 91 and 97. RGB value is (93,145,151). Sum of RGB (Red+Green+Blue) = 93+145+151=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D9197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9197 is #A26E68. Grayscale: #828282. Windows color (decimal): -10645097 or 9933149. OLE color: 9933149.
HSL color Cylindrical-coordinate representation of color #5D9197: hue angle of 186.21º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9197 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 145 | 151 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.41 |
| HSL | 186.21º | 0.24% | 0.48% | - |
| HSV(B) | 186.21º | 0.38% | 0.59% | - |
| XYZ | 20.23 | 24.81 | 33 | - |
| YUV | 130.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 151 | 0.38 | 0.04 | 0 | 0.41 | 186.21 | 0.24 | 0.48 |
| Hex | 5D | 91 | 97 | 26 | 4 | 0 | 29 | BA | 18 | 30 |
| Octal | 135 | 221 | 227 | 46 | 4 | 0 | 51 | 272 | 30 | 60 |
| Binary | 1011101 | 10010001 | 10010111 | 100110 | 100 | 0 | 101001 | 10111010 | 11000 | 110000 |
Color Harmonies of #5D9197
Complementary color
Monochromatic Colors of #5D9197
Black with #5D9197
Text Example
Text Example
White with #5D9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9197; }
p { color: rgb(93,145,151); }
H1.HeaderClassName
{
color: #5D9197;
}
.AnyTagClassName
{
color: #5D9197;
}
</style>
background-color css
<style>
a { background-color: #5D9197; }
a { background-color: rgb(93,145,151); }
div.DivClassName
{
background-color: #5D9197;
}
.BgClassName
{
background-color: #5D9197;
}
</style>
border-color css
<style>
span { border-color: #5D9197; }
span { border-color: rgb(93,145,151); }
td.TdClassName
{
border-color: #5D9197;
}
.TagClassName
{
border-color: #5D9197;
}
</style>