Shades of Half Baked #5A8A94
Tints of Half Baked #5A8A94
RGB
CMYK
RGB Variations
Color information
#5A8A94 (or 0x5A8A94) is known color: Half Baked. HEX triplet: 5A, 8A and 94. RGB value is (90,138,148). Sum of RGB (Red+Green+Blue) = 90+138+148=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A8A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A94 is #A5756B. Grayscale: #7C7C7C. Windows color (decimal): -10843500 or 9734746. OLE color: 9734746.
HSL color Cylindrical-coordinate representation of color #5A8A94: hue angle of 190.34º 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 #5A8A94 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 138 | 148 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.42 |
| HSL | 190.34º | 0.24% | 0.47% | - |
| HSV(B) | 190.34º | 0.39% | 0.58% | - |
| XYZ | 18.65 | 22.49 | 31.37 | - |
| YUV | 124.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 148 | 0.39 | 0.07 | 0 | 0.42 | 190.34 | 0.24 | 0.47 |
| Hex | 5A | 8A | 94 | 27 | 7 | 0 | 2A | BE | 18 | 2F |
| Octal | 132 | 212 | 224 | 47 | 7 | 0 | 52 | 276 | 30 | 57 |
| Binary | 1011010 | 10001010 | 10010100 | 100111 | 111 | 0 | 101010 | 10111110 | 11000 | 101111 |
Color Harmonies of #5A8A94
Complementary color
Monochromatic Colors of #5A8A94
Black with #5A8A94
Text Example
Text Example
White with #5A8A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A94; }
p { color: rgb(90,138,148); }
H1.HeaderClassName
{
color: #5A8A94;
}
.AnyTagClassName
{
color: #5A8A94;
}
</style>
background-color css
<style>
a { background-color: #5A8A94; }
a { background-color: rgb(90,138,148); }
div.DivClassName
{
background-color: #5A8A94;
}
.BgClassName
{
background-color: #5A8A94;
}
</style>
border-color css
<style>
span { border-color: #5A8A94; }
span { border-color: rgb(90,138,148); }
td.TdClassName
{
border-color: #5A8A94;
}
.TagClassName
{
border-color: #5A8A94;
}
</style>