Shades of Hippie Blue #57899B
Tints of Hippie Blue #57899B
RGB
CMYK
RGB Variations
Color information
#57899B (or 0x57899B) is known color: Hippie Blue. HEX triplet: 57, 89 and 9B. RGB value is (87,137,155). Sum of RGB (Red+Green+Blue) = 87+137+155=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #57899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57899B is #A87664. Grayscale: #7B7B7B. Windows color (decimal): -11040357 or 10193239. OLE color: 10193239.
HSL color Cylindrical-coordinate representation of color #57899B: hue angle of 195.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57899B is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 137 | 155 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.39 |
| HSL | 195.88º | 0.28% | 0.47% | - |
| HSV(B) | 195.88º | 0.44% | 0.61% | - |
| XYZ | 18.79 | 22.28 | 34.32 | - |
| YUV | 124.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 155 | 0.44 | 0.12 | 0 | 0.39 | 195.88 | 0.28 | 0.47 |
| Hex | 57 | 89 | 9B | 2C | C | 0 | 27 | C4 | 1C | 2F |
| Octal | 127 | 211 | 233 | 54 | 14 | 0 | 47 | 304 | 34 | 57 |
| Binary | 1010111 | 10001001 | 10011011 | 101100 | 1100 | 0 | 100111 | 11000100 | 11100 | 101111 |
Color Harmonies of #57899B
Complementary color
Monochromatic Colors of #57899B
Black with #57899B
Text Example
Text Example
White with #57899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57899B; }
p { color: rgb(87,137,155); }
H1.HeaderClassName
{
color: #57899B;
}
.AnyTagClassName
{
color: #57899B;
}
</style>
background-color css
<style>
a { background-color: #57899B; }
a { background-color: rgb(87,137,155); }
div.DivClassName
{
background-color: #57899B;
}
.BgClassName
{
background-color: #57899B;
}
</style>
border-color css
<style>
span { border-color: #57899B; }
span { border-color: rgb(87,137,155); }
td.TdClassName
{
border-color: #57899B;
}
.TagClassName
{
border-color: #57899B;
}
</style>