Shades of Half Baked #5A8C94
Tints of Half Baked #5A8C94
RGB
CMYK
RGB Variations
Color information
#5A8C94 (or 0x5A8C94) is known color: Half Baked. HEX triplet: 5A, 8C and 94. RGB value is (90,140,148). Sum of RGB (Red+Green+Blue) = 90+140+148=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A8C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8C94 is #A5736B. Grayscale: #7D7D7D. Windows color (decimal): -10842988 or 9735258. OLE color: 9735258.
HSL color Cylindrical-coordinate representation of color #5A8C94: hue angle of 188.28º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8C94 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 140 | 148 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.42 |
| HSL | 188.28º | 0.24% | 0.47% | - |
| HSV(B) | 188.28º | 0.39% | 0.58% | - |
| XYZ | 18.94 | 23.07 | 31.47 | - |
| YUV | 125.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 148 | 0.39 | 0.05 | 0 | 0.42 | 188.28 | 0.24 | 0.47 |
| Hex | 5A | 8C | 94 | 27 | 5 | 0 | 2A | BC | 18 | 2F |
| Octal | 132 | 214 | 224 | 47 | 5 | 0 | 52 | 274 | 30 | 57 |
| Binary | 1011010 | 10001100 | 10010100 | 100111 | 101 | 0 | 101010 | 10111100 | 11000 | 101111 |
Color Harmonies of #5A8C94
Complementary color
Monochromatic Colors of #5A8C94
Black with #5A8C94
Text Example
Text Example
White with #5A8C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8C94; }
p { color: rgb(90,140,148); }
H1.HeaderClassName
{
color: #5A8C94;
}
.AnyTagClassName
{
color: #5A8C94;
}
</style>
background-color css
<style>
a { background-color: #5A8C94; }
a { background-color: rgb(90,140,148); }
div.DivClassName
{
background-color: #5A8C94;
}
.BgClassName
{
background-color: #5A8C94;
}
</style>
border-color css
<style>
span { border-color: #5A8C94; }
span { border-color: rgb(90,140,148); }
td.TdClassName
{
border-color: #5A8C94;
}
.TagClassName
{
border-color: #5A8C94;
}
</style>