Shades of Hippie Blue #558193
Tints of Hippie Blue #558193
RGB
CMYK
RGB Variations
Color information
#558193 (or 0x558193) is known color: Hippie Blue. HEX triplet: 55, 81 and 93. RGB value is (85,129,147). Sum of RGB (Red+Green+Blue) = 85+129+147=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #558193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558193 is #AA7E6C. Grayscale: #757575. Windows color (decimal): -11173485 or 9666901. OLE color: 9666901.
HSL color Cylindrical-coordinate representation of color #558193: hue angle of 197.42º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #558193 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 129 | 147 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.42 |
| HSL | 197.42º | 0.27% | 0.45% | - |
| HSV(B) | 197.42º | 0.42% | 0.58% | - |
| XYZ | 16.86 | 19.74 | 30.52 | - |
| YUV | 117.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 147 | 0.42 | 0.12 | 0 | 0.42 | 197.42 | 0.27 | 0.45 |
| Hex | 55 | 81 | 93 | 2A | C | 0 | 2A | C5 | 1B | 2D |
| Octal | 125 | 201 | 223 | 52 | 14 | 0 | 52 | 305 | 33 | 55 |
| Binary | 1010101 | 10000001 | 10010011 | 101010 | 1100 | 0 | 101010 | 11000101 | 11011 | 101101 |
Color Harmonies of #558193
Complementary color
Monochromatic Colors of #558193
Black with #558193
Text Example
Text Example
White with #558193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558193; }
p { color: rgb(85,129,147); }
H1.HeaderClassName
{
color: #558193;
}
.AnyTagClassName
{
color: #558193;
}
</style>
background-color css
<style>
a { background-color: #558193; }
a { background-color: rgb(85,129,147); }
div.DivClassName
{
background-color: #558193;
}
.BgClassName
{
background-color: #558193;
}
</style>
border-color css
<style>
span { border-color: #558193; }
span { border-color: rgb(85,129,147); }
td.TdClassName
{
border-color: #558193;
}
.TagClassName
{
border-color: #558193;
}
</style>