Shades of Half Baked #578B88
Tints of Half Baked #578B88
RGB
CMYK
RGB Variations
Color information
#578B88 (or 0x578B88) is known color: Half Baked. HEX triplet: 57, 8B and 88. RGB value is (87,139,136). Sum of RGB (Red+Green+Blue) = 87+139+136=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #578B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B88 is #A87477. Grayscale: #7B7B7B. Windows color (decimal): -11039864 or 8948567. OLE color: 8948567.
HSL color Cylindrical-coordinate representation of color #578B88: hue angle of 176.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B88 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 136 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.45 |
| HSL | 176.54º | 0.23% | 0.44% | - |
| HSV(B) | 176.54º | 0.37% | 0.55% | - |
| XYZ | 17.61 | 22.27 | 26.66 | - |
| YUV | 123.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 136 | 0.37 | 0 | 0.02 | 0.45 | 176.54 | 0.23 | 0.44 |
| Hex | 57 | 8B | 88 | 25 | 0 | 2 | 2D | B1 | 17 | 2C |
| Octal | 127 | 213 | 210 | 45 | 0 | 2 | 55 | 261 | 27 | 54 |
| Binary | 1010111 | 10001011 | 10001000 | 100101 | 0 | 10 | 101101 | 10110001 | 10111 | 101100 |
Color Harmonies of #578B88
Complementary color
Monochromatic Colors of #578B88
Black with #578B88
Text Example
Text Example
White with #578B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B88; }
p { color: rgb(87,139,136); }
H1.HeaderClassName
{
color: #578B88;
}
.AnyTagClassName
{
color: #578B88;
}
</style>
background-color css
<style>
a { background-color: #578B88; }
a { background-color: rgb(87,139,136); }
div.DivClassName
{
background-color: #578B88;
}
.BgClassName
{
background-color: #578B88;
}
</style>
border-color css
<style>
span { border-color: #578B88; }
span { border-color: rgb(87,139,136); }
td.TdClassName
{
border-color: #578B88;
}
.TagClassName
{
border-color: #578B88;
}
</style>