Shades of Half Baked #5D949B
Tints of Half Baked #5D949B
RGB
CMYK
RGB Variations
Color information
#5D949B (or 0x5D949B) is known color: Half Baked. HEX triplet: 5D, 94 and 9B. RGB value is (93,148,155). Sum of RGB (Red+Green+Blue) = 93+148+155=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D949B is #A26B64. Grayscale: #848484. Windows color (decimal): -10644325 or 10196061. OLE color: 10196061.
HSL color Cylindrical-coordinate representation of color #5D949B: hue angle of 186.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D949B is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 148 | 155 | - |
| CMYK | 0.4 | 0.05 | 0 | 0.39 |
| HSL | 186.77º | 0.25% | 0.49% | - |
| HSV(B) | 186.77º | 0.4% | 0.61% | - |
| XYZ | 21.02 | 25.87 | 34.9 | - |
| YUV | 132.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 155 | 0.4 | 0.05 | 0 | 0.39 | 186.77 | 0.25 | 0.49 |
| Hex | 5D | 94 | 9B | 28 | 5 | 0 | 27 | BB | 19 | 31 |
| Octal | 135 | 224 | 233 | 50 | 5 | 0 | 47 | 273 | 31 | 61 |
| Binary | 1011101 | 10010100 | 10011011 | 101000 | 101 | 0 | 100111 | 10111011 | 11001 | 110001 |
Color Harmonies of #5D949B
Complementary color
Monochromatic Colors of #5D949B
Black with #5D949B
Text Example
Text Example
White with #5D949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D949B; }
p { color: rgb(93,148,155); }
H1.HeaderClassName
{
color: #5D949B;
}
.AnyTagClassName
{
color: #5D949B;
}
</style>
background-color css
<style>
a { background-color: #5D949B; }
a { background-color: rgb(93,148,155); }
div.DivClassName
{
background-color: #5D949B;
}
.BgClassName
{
background-color: #5D949B;
}
</style>
border-color css
<style>
span { border-color: #5D949B; }
span { border-color: rgb(93,148,155); }
td.TdClassName
{
border-color: #5D949B;
}
.TagClassName
{
border-color: #5D949B;
}
</style>