Shades of Half Baked #5993A1
Tints of Half Baked #5993A1
RGB
CMYK
RGB Variations
Color information
#5993A1 (or 0x5993A1) is known color: Half Baked. HEX triplet: 59, 93 and A1. RGB value is (89,147,161). Sum of RGB (Red+Green+Blue) = 89+147+161=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #5993A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5993A1 is #A66C5E. Grayscale: #838383. Windows color (decimal): -10906719 or 10589017. OLE color: 10589017.
HSL color Cylindrical-coordinate representation of color #5993A1: hue angle of 191.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5993A1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 147 | 161 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.37 |
| HSL | 191.67º | 0.29% | 0.49% | - |
| HSV(B) | 191.67º | 0.45% | 0.63% | - |
| XYZ | 20.99 | 25.56 | 37.55 | - |
| YUV | 131.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 161 | 0.45 | 0.09 | 0 | 0.37 | 191.67 | 0.29 | 0.49 |
| Hex | 59 | 93 | A1 | 2D | 9 | 0 | 25 | C0 | 1D | 31 |
| Octal | 131 | 223 | 241 | 55 | 11 | 0 | 45 | 300 | 35 | 61 |
| Binary | 1011001 | 10010011 | 10100001 | 101101 | 1001 | 0 | 100101 | 11000000 | 11101 | 110001 |
Color Harmonies of #5993A1
Complementary color
Monochromatic Colors of #5993A1
Black with #5993A1
Text Example
Text Example
White with #5993A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993A1; }
p { color: rgb(89,147,161); }
H1.HeaderClassName
{
color: #5993A1;
}
.AnyTagClassName
{
color: #5993A1;
}
</style>
background-color css
<style>
a { background-color: #5993A1; }
a { background-color: rgb(89,147,161); }
div.DivClassName
{
background-color: #5993A1;
}
.BgClassName
{
background-color: #5993A1;
}
</style>
border-color css
<style>
span { border-color: #5993A1; }
span { border-color: rgb(89,147,161); }
td.TdClassName
{
border-color: #5993A1;
}
.TagClassName
{
border-color: #5993A1;
}
</style>