Shades of Half Baked #5A898D
Tints of Half Baked #5A898D
RGB
CMYK
RGB Variations
Color information
#5A898D (or 0x5A898D) is known color: Half Baked. HEX triplet: 5A, 89 and 8D. RGB value is (90,137,141). Sum of RGB (Red+Green+Blue) = 90+137+141=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A898D is #A57672. Grayscale: #7B7B7B. Windows color (decimal): -10843763 or 9275738. OLE color: 9275738.
HSL color Cylindrical-coordinate representation of color #5A898D: hue angle of 184.71º 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 #5A898D is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 137 | 141 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.45 |
| HSL | 184.71º | 0.22% | 0.45% | - |
| HSV(B) | 184.71º | 0.36% | 0.55% | - |
| XYZ | 17.97 | 21.99 | 28.5 | - |
| YUV | 123.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 141 | 0.36 | 0.03 | 0 | 0.45 | 184.71 | 0.22 | 0.45 |
| Hex | 5A | 89 | 8D | 24 | 3 | 0 | 2D | B9 | 16 | 2D |
| Octal | 132 | 211 | 215 | 44 | 3 | 0 | 55 | 271 | 26 | 55 |
| Binary | 1011010 | 10001001 | 10001101 | 100100 | 11 | 0 | 101101 | 10111001 | 10110 | 101101 |
Color Harmonies of #5A898D
Complementary color
Monochromatic Colors of #5A898D
Black with #5A898D
Text Example
Text Example
White with #5A898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A898D; }
p { color: rgb(90,137,141); }
H1.HeaderClassName
{
color: #5A898D;
}
.AnyTagClassName
{
color: #5A898D;
}
</style>
background-color css
<style>
a { background-color: #5A898D; }
a { background-color: rgb(90,137,141); }
div.DivClassName
{
background-color: #5A898D;
}
.BgClassName
{
background-color: #5A898D;
}
</style>
border-color css
<style>
span { border-color: #5A898D; }
span { border-color: rgb(90,137,141); }
td.TdClassName
{
border-color: #5A898D;
}
.TagClassName
{
border-color: #5A898D;
}
</style>