Shades of Half Baked #599093
Tints of Half Baked #599093
RGB
CMYK
RGB Variations
Color information
#599093 (or 0x599093) is known color: Half Baked. HEX triplet: 59, 90 and 93. RGB value is (89,144,147). Sum of RGB (Red+Green+Blue) = 89+144+147=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #599093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599093 is #A66F6C. Grayscale: #7F7F7F. Windows color (decimal): -10907501 or 9670745. OLE color: 9670745.
HSL color Cylindrical-coordinate representation of color #599093: hue angle of 183.1º degrees, saturation: 0.25, 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 #599093 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 144 | 147 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.42 |
| HSL | 183.1º | 0.25% | 0.46% | - |
| HSV(B) | 183.1º | 0.39% | 0.58% | - |
| XYZ | 19.36 | 24.18 | 31.25 | - |
| YUV | 127.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 147 | 0.39 | 0.02 | 0 | 0.42 | 183.1 | 0.25 | 0.46 |
| Hex | 59 | 90 | 93 | 27 | 2 | 0 | 2A | B7 | 19 | 2E |
| Octal | 131 | 220 | 223 | 47 | 2 | 0 | 52 | 267 | 31 | 56 |
| Binary | 1011001 | 10010000 | 10010011 | 100111 | 10 | 0 | 101010 | 10110111 | 11001 | 101110 |
Color Harmonies of #599093
Complementary color
Monochromatic Colors of #599093
Black with #599093
Text Example
Text Example
White with #599093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599093; }
p { color: rgb(89,144,147); }
H1.HeaderClassName
{
color: #599093;
}
.AnyTagClassName
{
color: #599093;
}
</style>
background-color css
<style>
a { background-color: #599093; }
a { background-color: rgb(89,144,147); }
div.DivClassName
{
background-color: #599093;
}
.BgClassName
{
background-color: #599093;
}
</style>
border-color css
<style>
span { border-color: #599093; }
span { border-color: rgb(89,144,147); }
td.TdClassName
{
border-color: #599093;
}
.TagClassName
{
border-color: #599093;
}
</style>