Shades of Half Baked #579593
Tints of Half Baked #579593
RGB
CMYK
RGB Variations
Color information
#579593 (or 0x579593) is known color: Half Baked. HEX triplet: 57, 95 and 93. RGB value is (87,149,147). Sum of RGB (Red+Green+Blue) = 87+149+147=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #579593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579593 is #A86A6C. Grayscale: #828282. Windows color (decimal): -11037293 or 9672023. OLE color: 9672023.
HSL color Cylindrical-coordinate representation of color #579593: hue angle of 178.06º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #579593 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 147 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.42 |
| HSL | 178.06º | 0.26% | 0.46% | - |
| HSV(B) | 178.06º | 0.42% | 0.58% | - |
| XYZ | 19.94 | 25.63 | 31.5 | - |
| YUV | 130.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 147 | 0.42 | 0 | 0.01 | 0.42 | 178.06 | 0.26 | 0.46 |
| Hex | 57 | 95 | 93 | 2A | 0 | 1 | 2A | B2 | 1A | 2E |
| Octal | 127 | 225 | 223 | 52 | 0 | 1 | 52 | 262 | 32 | 56 |
| Binary | 1010111 | 10010101 | 10010011 | 101010 | 0 | 1 | 101010 | 10110010 | 11010 | 101110 |
Color Harmonies of #579593
Complementary color
Monochromatic Colors of #579593
Black with #579593
Text Example
Text Example
White with #579593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579593; }
p { color: rgb(87,149,147); }
H1.HeaderClassName
{
color: #579593;
}
.AnyTagClassName
{
color: #579593;
}
</style>
background-color css
<style>
a { background-color: #579593; }
a { background-color: rgb(87,149,147); }
div.DivClassName
{
background-color: #579593;
}
.BgClassName
{
background-color: #579593;
}
</style>
border-color css
<style>
span { border-color: #579593; }
span { border-color: rgb(87,149,147); }
td.TdClassName
{
border-color: #579593;
}
.TagClassName
{
border-color: #579593;
}
</style>