Shades of Half Baked #5D9195
Tints of Half Baked #5D9195
RGB
CMYK
RGB Variations
Color information
#5D9195 (or 0x5D9195) is known color: Half Baked. HEX triplet: 5D, 91 and 95. RGB value is (93,145,149). Sum of RGB (Red+Green+Blue) = 93+145+149=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #5D9195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9195 is #A26E6A. Grayscale: #818181. Windows color (decimal): -10645099 or 9802077. OLE color: 9802077.
HSL color Cylindrical-coordinate representation of color #5D9195: hue angle of 184.29º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D9195 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 145 | 149 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.42 |
| HSL | 184.29º | 0.23% | 0.47% | - |
| HSV(B) | 184.29º | 0.38% | 0.58% | - |
| XYZ | 20.06 | 24.75 | 32.15 | - |
| YUV | 129.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 149 | 0.38 | 0.03 | 0 | 0.42 | 184.29 | 0.23 | 0.47 |
| Hex | 5D | 91 | 95 | 26 | 3 | 0 | 2A | B8 | 17 | 2F |
| Octal | 135 | 221 | 225 | 46 | 3 | 0 | 52 | 270 | 27 | 57 |
| Binary | 1011101 | 10010001 | 10010101 | 100110 | 11 | 0 | 101010 | 10111000 | 10111 | 101111 |
Color Harmonies of #5D9195
Complementary color
Monochromatic Colors of #5D9195
Black with #5D9195
Text Example
Text Example
White with #5D9195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9195; }
p { color: rgb(93,145,149); }
H1.HeaderClassName
{
color: #5D9195;
}
.AnyTagClassName
{
color: #5D9195;
}
</style>
background-color css
<style>
a { background-color: #5D9195; }
a { background-color: rgb(93,145,149); }
div.DivClassName
{
background-color: #5D9195;
}
.BgClassName
{
background-color: #5D9195;
}
</style>
border-color css
<style>
span { border-color: #5D9195; }
span { border-color: rgb(93,145,149); }
td.TdClassName
{
border-color: #5D9195;
}
.TagClassName
{
border-color: #5D9195;
}
</style>