Shades of Half Baked #5A928C
Tints of Half Baked #5A928C
RGB
CMYK
RGB Variations
Color information
#5A928C (or 0x5A928C) is known color: Half Baked. HEX triplet: 5A, 92 and 8C. RGB value is (90,146,140). Sum of RGB (Red+Green+Blue) = 90+146+140=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #5A928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A928C is #A56D73. Grayscale: #808080. Windows color (decimal): -10841460 or 9212506. OLE color: 9212506.
HSL color Cylindrical-coordinate representation of color #5A928C: hue angle of 173.57º degrees, saturation: 0.24, 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 #5A928C is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 140 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.43 |
| HSL | 173.57º | 0.24% | 0.46% | - |
| HSV(B) | 173.57º | 0.38% | 0.57% | - |
| XYZ | 19.23 | 24.62 | 28.55 | - |
| YUV | 128.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 140 | 0.38 | 0 | 0.04 | 0.43 | 173.57 | 0.24 | 0.46 |
| Hex | 5A | 92 | 8C | 26 | 0 | 4 | 2B | AE | 18 | 2E |
| Octal | 132 | 222 | 214 | 46 | 0 | 4 | 53 | 256 | 30 | 56 |
| Binary | 1011010 | 10010010 | 10001100 | 100110 | 0 | 100 | 101011 | 10101110 | 11000 | 101110 |
Color Harmonies of #5A928C
Complementary color
Monochromatic Colors of #5A928C
Black with #5A928C
Text Example
Text Example
White with #5A928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A928C; }
p { color: rgb(90,146,140); }
H1.HeaderClassName
{
color: #5A928C;
}
.AnyTagClassName
{
color: #5A928C;
}
</style>
background-color css
<style>
a { background-color: #5A928C; }
a { background-color: rgb(90,146,140); }
div.DivClassName
{
background-color: #5A928C;
}
.BgClassName
{
background-color: #5A928C;
}
</style>
border-color css
<style>
span { border-color: #5A928C; }
span { border-color: rgb(90,146,140); }
td.TdClassName
{
border-color: #5A928C;
}
.TagClassName
{
border-color: #5A928C;
}
</style>