Shades of Hippie Blue #578B99
Tints of Hippie Blue #578B99
RGB
CMYK
RGB Variations
Color information
#578B99 (or 0x578B99) is known color: Hippie Blue. HEX triplet: 57, 8B and 99. RGB value is (87,139,153). Sum of RGB (Red+Green+Blue) = 87+139+153=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #578B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B99 is #A87466. Grayscale: #7C7C7C. Windows color (decimal): -11039847 or 10062679. OLE color: 10062679.
HSL color Cylindrical-coordinate representation of color #578B99: hue angle of 192.73º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #578B99 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 139 | 153 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.4 |
| HSL | 192.73º | 0.28% | 0.47% | - |
| HSV(B) | 192.73º | 0.43% | 0.6% | - |
| XYZ | 18.91 | 22.79 | 33.54 | - |
| YUV | 125.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 153 | 0.43 | 0.09 | 0 | 0.4 | 192.73 | 0.28 | 0.47 |
| Hex | 57 | 8B | 99 | 2B | 9 | 0 | 28 | C1 | 1C | 2F |
| Octal | 127 | 213 | 231 | 53 | 11 | 0 | 50 | 301 | 34 | 57 |
| Binary | 1010111 | 10001011 | 10011001 | 101011 | 1001 | 0 | 101000 | 11000001 | 11100 | 101111 |
Color Harmonies of #578B99
Complementary color
Monochromatic Colors of #578B99
Black with #578B99
Text Example
Text Example
White with #578B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B99; }
p { color: rgb(87,139,153); }
H1.HeaderClassName
{
color: #578B99;
}
.AnyTagClassName
{
color: #578B99;
}
</style>
background-color css
<style>
a { background-color: #578B99; }
a { background-color: rgb(87,139,153); }
div.DivClassName
{
background-color: #578B99;
}
.BgClassName
{
background-color: #578B99;
}
</style>
border-color css
<style>
span { border-color: #578B99; }
span { border-color: rgb(87,139,153); }
td.TdClassName
{
border-color: #578B99;
}
.TagClassName
{
border-color: #578B99;
}
</style>