Shades of Half Baked #5A868C
Tints of Half Baked #5A868C
RGB
CMYK
RGB Variations
Color information
#5A868C (or 0x5A868C) is known color: Half Baked. HEX triplet: 5A, 86 and 8C. RGB value is (90,134,140). Sum of RGB (Red+Green+Blue) = 90+134+140=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A868C is #A57973. Grayscale: #797979. Windows color (decimal): -10844532 or 9209434. OLE color: 9209434.
HSL color Cylindrical-coordinate representation of color #5A868C: hue angle of 187.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A868C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 134 | 140 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.45 |
| HSL | 187.2º | 0.22% | 0.45% | - |
| HSV(B) | 187.2º | 0.36% | 0.55% | - |
| XYZ | 17.48 | 21.12 | 27.97 | - |
| YUV | 121.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 140 | 0.36 | 0.04 | 0 | 0.45 | 187.2 | 0.22 | 0.45 |
| Hex | 5A | 86 | 8C | 24 | 4 | 0 | 2D | BB | 16 | 2D |
| Octal | 132 | 206 | 214 | 44 | 4 | 0 | 55 | 273 | 26 | 55 |
| Binary | 1011010 | 10000110 | 10001100 | 100100 | 100 | 0 | 101101 | 10111011 | 10110 | 101101 |
Color Harmonies of #5A868C
Complementary color
Monochromatic Colors of #5A868C
Black with #5A868C
Text Example
Text Example
White with #5A868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A868C; }
p { color: rgb(90,134,140); }
H1.HeaderClassName
{
color: #5A868C;
}
.AnyTagClassName
{
color: #5A868C;
}
</style>
background-color css
<style>
a { background-color: #5A868C; }
a { background-color: rgb(90,134,140); }
div.DivClassName
{
background-color: #5A868C;
}
.BgClassName
{
background-color: #5A868C;
}
</style>
border-color css
<style>
span { border-color: #5A868C; }
span { border-color: rgb(90,134,140); }
td.TdClassName
{
border-color: #5A868C;
}
.TagClassName
{
border-color: #5A868C;
}
</style>