Shades of Hippie Blue #558397
Tints of Hippie Blue #558397
RGB
CMYK
RGB Variations
Color information
#558397 (or 0x558397) is known color: Hippie Blue. HEX triplet: 55, 83 and 97. RGB value is (85,131,151). Sum of RGB (Red+Green+Blue) = 85+131+151=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #558397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558397 is #AA7C68. Grayscale: #777777. Windows color (decimal): -11172969 or 9929557. OLE color: 9929557.
HSL color Cylindrical-coordinate representation of color #558397: hue angle of 198.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558397 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 131 | 151 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.41 |
| HSL | 198.18º | 0.28% | 0.46% | - |
| HSV(B) | 198.18º | 0.44% | 0.59% | - |
| XYZ | 17.45 | 20.4 | 32.3 | - |
| YUV | 119.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 151 | 0.44 | 0.13 | 0 | 0.41 | 198.18 | 0.28 | 0.46 |
| Hex | 55 | 83 | 97 | 2C | D | 0 | 29 | C6 | 1C | 2E |
| Octal | 125 | 203 | 227 | 54 | 15 | 0 | 51 | 306 | 34 | 56 |
| Binary | 1010101 | 10000011 | 10010111 | 101100 | 1101 | 0 | 101001 | 11000110 | 11100 | 101110 |
Color Harmonies of #558397
Complementary color
Monochromatic Colors of #558397
Black with #558397
Text Example
Text Example
White with #558397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558397; }
p { color: rgb(85,131,151); }
H1.HeaderClassName
{
color: #558397;
}
.AnyTagClassName
{
color: #558397;
}
</style>
background-color css
<style>
a { background-color: #558397; }
a { background-color: rgb(85,131,151); }
div.DivClassName
{
background-color: #558397;
}
.BgClassName
{
background-color: #558397;
}
</style>
border-color css
<style>
span { border-color: #558397; }
span { border-color: rgb(85,131,151); }
td.TdClassName
{
border-color: #558397;
}
.TagClassName
{
border-color: #558397;
}
</style>