Shades of Half Baked #589094
Tints of Half Baked #589094
RGB
CMYK
RGB Variations
Color information
#589094 (or 0x589094) is known color: Half Baked. HEX triplet: 58, 90 and 94. RGB value is (88,144,148). Sum of RGB (Red+Green+Blue) = 88+144+148=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #589094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589094 is #A76F6B. Grayscale: #7F7F7F. Windows color (decimal): -10973036 or 9736280. OLE color: 9736280.
HSL color Cylindrical-coordinate representation of color #589094: hue angle of 184º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589094 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 144 | 148 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.42 |
| HSL | 184º | 0.25% | 0.46% | - |
| HSV(B) | 184º | 0.41% | 0.58% | - |
| XYZ | 19.34 | 24.16 | 31.66 | - |
| YUV | 127.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 148 | 0.41 | 0.03 | 0 | 0.42 | 184 | 0.25 | 0.46 |
| Hex | 58 | 90 | 94 | 29 | 3 | 0 | 2A | B8 | 19 | 2E |
| Octal | 130 | 220 | 224 | 51 | 3 | 0 | 52 | 270 | 31 | 56 |
| Binary | 1011000 | 10010000 | 10010100 | 101001 | 11 | 0 | 101010 | 10111000 | 11001 | 101110 |
Color Harmonies of #589094
Complementary color
Monochromatic Colors of #589094
Black with #589094
Text Example
Text Example
White with #589094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589094; }
p { color: rgb(88,144,148); }
H1.HeaderClassName
{
color: #589094;
}
.AnyTagClassName
{
color: #589094;
}
</style>
background-color css
<style>
a { background-color: #589094; }
a { background-color: rgb(88,144,148); }
div.DivClassName
{
background-color: #589094;
}
.BgClassName
{
background-color: #589094;
}
</style>
border-color css
<style>
span { border-color: #589094; }
span { border-color: rgb(88,144,148); }
td.TdClassName
{
border-color: #589094;
}
.TagClassName
{
border-color: #589094;
}
</style>