Shades of Hippie Blue #558DA1
Tints of Hippie Blue #558DA1
RGB
CMYK
RGB Variations
Color information
#558DA1 (or 0x558DA1) is known color: Hippie Blue. HEX triplet: 55, 8D and A1. RGB value is (85,141,161). Sum of RGB (Red+Green+Blue) = 85+141+161=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #558DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DA1 is #AA725E. Grayscale: #7E7E7E. Windows color (decimal): -11170399 or 10587477. OLE color: 10587477.
HSL color Cylindrical-coordinate representation of color #558DA1: hue angle of 195.79º 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 #558DA1 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 141 | 161 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.37 |
| HSL | 195.79º | 0.31% | 0.48% | - |
| HSV(B) | 195.79º | 0.47% | 0.63% | - |
| XYZ | 19.7 | 23.55 | 37.23 | - |
| YUV | 126.54 | 147.45 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 161 | 0.47 | 0.12 | 0 | 0.37 | 195.79 | 0.31 | 0.48 |
| Hex | 55 | 8D | A1 | 2F | C | 0 | 25 | C4 | 1F | 30 |
| Octal | 125 | 215 | 241 | 57 | 14 | 0 | 45 | 304 | 37 | 60 |
| Binary | 1010101 | 10001101 | 10100001 | 101111 | 1100 | 0 | 100101 | 11000100 | 11111 | 110000 |
Color Harmonies of #558DA1
Complementary color
Monochromatic Colors of #558DA1
Black with #558DA1
Text Example
Text Example
White with #558DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DA1; }
p { color: rgb(85,141,161); }
H1.HeaderClassName
{
color: #558DA1;
}
.AnyTagClassName
{
color: #558DA1;
}
</style>
background-color css
<style>
a { background-color: #558DA1; }
a { background-color: rgb(85,141,161); }
div.DivClassName
{
background-color: #558DA1;
}
.BgClassName
{
background-color: #558DA1;
}
</style>
border-color css
<style>
span { border-color: #558DA1; }
span { border-color: rgb(85,141,161); }
td.TdClassName
{
border-color: #558DA1;
}
.TagClassName
{
border-color: #558DA1;
}
</style>