Shades of Half Baked #5A8A93
Tints of Half Baked #5A8A93
RGB
CMYK
RGB Variations
Color information
#5A8A93 (or 0x5A8A93) is known color: Half Baked. HEX triplet: 5A, 8A and 93. RGB value is (90,138,147). Sum of RGB (Red+Green+Blue) = 90+138+147=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A8A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A93 is #A5756C. Grayscale: #7C7C7C. Windows color (decimal): -10843501 or 9669210. OLE color: 9669210.
HSL color Cylindrical-coordinate representation of color #5A8A93: hue angle of 189.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8A93 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 138 | 147 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.42 |
| HSL | 189.47º | 0.24% | 0.46% | - |
| HSV(B) | 189.47º | 0.39% | 0.58% | - |
| XYZ | 18.57 | 22.46 | 30.96 | - |
| YUV | 124.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 147 | 0.39 | 0.06 | 0 | 0.42 | 189.47 | 0.24 | 0.46 |
| Hex | 5A | 8A | 93 | 27 | 6 | 0 | 2A | BD | 18 | 2E |
| Octal | 132 | 212 | 223 | 47 | 6 | 0 | 52 | 275 | 30 | 56 |
| Binary | 1011010 | 10001010 | 10010011 | 100111 | 110 | 0 | 101010 | 10111101 | 11000 | 101110 |
Color Harmonies of #5A8A93
Complementary color
Monochromatic Colors of #5A8A93
Black with #5A8A93
Text Example
Text Example
White with #5A8A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A93; }
p { color: rgb(90,138,147); }
H1.HeaderClassName
{
color: #5A8A93;
}
.AnyTagClassName
{
color: #5A8A93;
}
</style>
background-color css
<style>
a { background-color: #5A8A93; }
a { background-color: rgb(90,138,147); }
div.DivClassName
{
background-color: #5A8A93;
}
.BgClassName
{
background-color: #5A8A93;
}
</style>
border-color css
<style>
span { border-color: #5A8A93; }
span { border-color: rgb(90,138,147); }
td.TdClassName
{
border-color: #5A8A93;
}
.TagClassName
{
border-color: #5A8A93;
}
</style>