Shades of Half Baked #5A868D
Tints of Half Baked #5A868D
RGB
CMYK
RGB Variations
Color information
#5A868D (or 0x5A868D) is known color: Half Baked. HEX triplet: 5A, 86 and 8D. RGB value is (90,134,141). Sum of RGB (Red+Green+Blue) = 90+134+141=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A868D is #A57972. Grayscale: #797979. Windows color (decimal): -10844531 or 9274970. OLE color: 9274970.
HSL color Cylindrical-coordinate representation of color #5A868D: hue angle of 188.24º 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 #5A868D is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 134 | 141 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.45 |
| HSL | 188.24º | 0.22% | 0.45% | - |
| HSV(B) | 188.24º | 0.36% | 0.55% | - |
| XYZ | 17.55 | 21.15 | 28.36 | - |
| YUV | 121.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 141 | 0.36 | 0.05 | 0 | 0.45 | 188.24 | 0.22 | 0.45 |
| Hex | 5A | 86 | 8D | 24 | 5 | 0 | 2D | BC | 16 | 2D |
| Octal | 132 | 206 | 215 | 44 | 5 | 0 | 55 | 274 | 26 | 55 |
| Binary | 1011010 | 10000110 | 10001101 | 100100 | 101 | 0 | 101101 | 10111100 | 10110 | 101101 |
Color Harmonies of #5A868D
Complementary color
Monochromatic Colors of #5A868D
Black with #5A868D
Text Example
Text Example
White with #5A868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A868D; }
p { color: rgb(90,134,141); }
H1.HeaderClassName
{
color: #5A868D;
}
.AnyTagClassName
{
color: #5A868D;
}
</style>
background-color css
<style>
a { background-color: #5A868D; }
a { background-color: rgb(90,134,141); }
div.DivClassName
{
background-color: #5A868D;
}
.BgClassName
{
background-color: #5A868D;
}
</style>
border-color css
<style>
span { border-color: #5A868D; }
span { border-color: rgb(90,134,141); }
td.TdClassName
{
border-color: #5A868D;
}
.TagClassName
{
border-color: #5A868D;
}
</style>