Shades of Half Baked #5A918D
Tints of Half Baked #5A918D
RGB
CMYK
RGB Variations
Color information
#5A918D (or 0x5A918D) is known color: Half Baked. HEX triplet: 5A, 91 and 8D. RGB value is (90,145,141). Sum of RGB (Red+Green+Blue) = 90+145+141=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #5A918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A918D is #A56E72. Grayscale: #808080. Windows color (decimal): -10841715 or 9277786. OLE color: 9277786.
HSL color Cylindrical-coordinate representation of color #5A918D: hue angle of 175.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A918D is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 141 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.43 |
| HSL | 175.64º | 0.23% | 0.46% | - |
| HSV(B) | 175.64º | 0.38% | 0.57% | - |
| XYZ | 19.15 | 24.35 | 28.89 | - |
| YUV | 128.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 141 | 0.38 | 0 | 0.03 | 0.43 | 175.64 | 0.23 | 0.46 |
| Hex | 5A | 91 | 8D | 26 | 0 | 3 | 2B | B0 | 17 | 2E |
| Octal | 132 | 221 | 215 | 46 | 0 | 3 | 53 | 260 | 27 | 56 |
| Binary | 1011010 | 10010001 | 10001101 | 100110 | 0 | 11 | 101011 | 10110000 | 10111 | 101110 |
Color Harmonies of #5A918D
Complementary color
Monochromatic Colors of #5A918D
Black with #5A918D
Text Example
Text Example
White with #5A918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A918D; }
p { color: rgb(90,145,141); }
H1.HeaderClassName
{
color: #5A918D;
}
.AnyTagClassName
{
color: #5A918D;
}
</style>
background-color css
<style>
a { background-color: #5A918D; }
a { background-color: rgb(90,145,141); }
div.DivClassName
{
background-color: #5A918D;
}
.BgClassName
{
background-color: #5A918D;
}
</style>
border-color css
<style>
span { border-color: #5A918D; }
span { border-color: rgb(90,145,141); }
td.TdClassName
{
border-color: #5A918D;
}
.TagClassName
{
border-color: #5A918D;
}
</style>