Shades of Half Baked #5B949D
Tints of Half Baked #5B949D
RGB
CMYK
RGB Variations
Color information
#5B949D (or 0x5B949D) is known color: Half Baked. HEX triplet: 5B, 94 and 9D. RGB value is (91,148,157). Sum of RGB (Red+Green+Blue) = 91+148+157=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B949D is #A46B62. Grayscale: #838383. Windows color (decimal): -10775395 or 10327131. OLE color: 10327131.
HSL color Cylindrical-coordinate representation of color #5B949D: hue angle of 188.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B949D is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 148 | 157 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.38 |
| HSL | 188.18º | 0.27% | 0.49% | - |
| HSV(B) | 188.18º | 0.42% | 0.62% | - |
| XYZ | 20.99 | 25.84 | 35.78 | - |
| YUV | 131.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 157 | 0.42 | 0.06 | 0 | 0.38 | 188.18 | 0.27 | 0.49 |
| Hex | 5B | 94 | 9D | 2A | 6 | 0 | 26 | BC | 1B | 31 |
| Octal | 133 | 224 | 235 | 52 | 6 | 0 | 46 | 274 | 33 | 61 |
| Binary | 1011011 | 10010100 | 10011101 | 101010 | 110 | 0 | 100110 | 10111100 | 11011 | 110001 |
Color Harmonies of #5B949D
Complementary color
Monochromatic Colors of #5B949D
Black with #5B949D
Text Example
Text Example
White with #5B949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B949D; }
p { color: rgb(91,148,157); }
H1.HeaderClassName
{
color: #5B949D;
}
.AnyTagClassName
{
color: #5B949D;
}
</style>
background-color css
<style>
a { background-color: #5B949D; }
a { background-color: rgb(91,148,157); }
div.DivClassName
{
background-color: #5B949D;
}
.BgClassName
{
background-color: #5B949D;
}
</style>
border-color css
<style>
span { border-color: #5B949D; }
span { border-color: rgb(91,148,157); }
td.TdClassName
{
border-color: #5B949D;
}
.TagClassName
{
border-color: #5B949D;
}
</style>