Shades of Hippie Blue #558598
Tints of Hippie Blue #558598
RGB
CMYK
RGB Variations
Color information
#558598 (or 0x558598) is known color: Hippie Blue. HEX triplet: 55, 85 and 98. RGB value is (85,133,152). Sum of RGB (Red+Green+Blue) = 85+133+152=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #558598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558598 is #AA7A67. Grayscale: #787878. Windows color (decimal): -11172456 or 9995605. OLE color: 9995605.
HSL color Cylindrical-coordinate representation of color #558598: hue angle of 197.01º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558598 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 133 | 152 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.40 |
| HSL | 197.01º | 0.28% | 0.46% | - |
| HSV(B) | 197.01º | 0.44% | 0.6% | - |
| XYZ | 17.8 | 20.97 | 32.82 | - |
| YUV | 120.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 152 | 0.44 | 0.13 | 0 | 0.40 | 197.01 | 0.28 | 0.46 |
| Hex | 55 | 85 | 98 | 2C | D | 0 | 28 | C5 | 1C | 2E |
| Octal | 125 | 205 | 230 | 54 | 15 | 0 | 50 | 305 | 34 | 56 |
| Binary | 1010101 | 10000101 | 10011000 | 101100 | 1101 | 0 | 101000 | 11000101 | 11100 | 101110 |
Color Harmonies of #558598
Complementary color
Monochromatic Colors of #558598
Black with #558598
Text Example
Text Example
White with #558598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558598; }
p { color: rgb(85,133,152); }
H1.HeaderClassName
{
color: #558598;
}
.AnyTagClassName
{
color: #558598;
}
</style>
background-color css
<style>
a { background-color: #558598; }
a { background-color: rgb(85,133,152); }
div.DivClassName
{
background-color: #558598;
}
.BgClassName
{
background-color: #558598;
}
</style>
border-color css
<style>
span { border-color: #558598; }
span { border-color: rgb(85,133,152); }
td.TdClassName
{
border-color: #558598;
}
.TagClassName
{
border-color: #558598;
}
</style>