Shades of Hippie Blue #5592A1
Tints of Hippie Blue #5592A1
RGB
CMYK
RGB Variations
Color information
#5592A1 (or 0x5592A1) is known color: Hippie Blue. HEX triplet: 55, 92 and A1. RGB value is (85,146,161). Sum of RGB (Red+Green+Blue) = 85+146+161=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #5592A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5592A1 is #AA6D5E. Grayscale: #818181. Windows color (decimal): -11169119 or 10588757. OLE color: 10588757.
HSL color Cylindrical-coordinate representation of color #5592A1: hue angle of 191.84º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5592A1 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 146 | 161 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.37 |
| HSL | 191.84º | 0.31% | 0.48% | - |
| HSV(B) | 191.84º | 0.47% | 0.63% | - |
| XYZ | 20.46 | 25.06 | 37.48 | - |
| YUV | 129.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 161 | 0.47 | 0.09 | 0 | 0.37 | 191.84 | 0.31 | 0.48 |
| Hex | 55 | 92 | A1 | 2F | 9 | 0 | 25 | C0 | 1F | 30 |
| Octal | 125 | 222 | 241 | 57 | 11 | 0 | 45 | 300 | 37 | 60 |
| Binary | 1010101 | 10010010 | 10100001 | 101111 | 1001 | 0 | 100101 | 11000000 | 11111 | 110000 |
Color Harmonies of #5592A1
Complementary color
Monochromatic Colors of #5592A1
Black with #5592A1
Text Example
Text Example
White with #5592A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592A1; }
p { color: rgb(85,146,161); }
H1.HeaderClassName
{
color: #5592A1;
}
.AnyTagClassName
{
color: #5592A1;
}
</style>
background-color css
<style>
a { background-color: #5592A1; }
a { background-color: rgb(85,146,161); }
div.DivClassName
{
background-color: #5592A1;
}
.BgClassName
{
background-color: #5592A1;
}
</style>
border-color css
<style>
span { border-color: #5592A1; }
span { border-color: rgb(85,146,161); }
td.TdClassName
{
border-color: #5592A1;
}
.TagClassName
{
border-color: #5592A1;
}
</style>