Shades of Hippie Blue #558F9D
Tints of Hippie Blue #558F9D
RGB
CMYK
RGB Variations
Color information
#558F9D (or 0x558F9D) is known color: Hippie Blue. HEX triplet: 55, 8F and 9D. RGB value is (85,143,157). Sum of RGB (Red+Green+Blue) = 85+143+157=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #558F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F9D is #AA7062. Grayscale: #7F7F7F. Windows color (decimal): -11169891 or 10325845. OLE color: 10325845.
HSL color Cylindrical-coordinate representation of color #558F9D: hue angle of 191.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #558F9D is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 143 | 157 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.38 |
| HSL | 191.67º | 0.3% | 0.47% | - |
| HSV(B) | 191.67º | 0.46% | 0.62% | - |
| XYZ | 19.65 | 24.01 | 35.5 | - |
| YUV | 127.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 157 | 0.46 | 0.09 | 0 | 0.38 | 191.67 | 0.3 | 0.47 |
| Hex | 55 | 8F | 9D | 2E | 9 | 0 | 26 | C0 | 1E | 2F |
| Octal | 125 | 217 | 235 | 56 | 11 | 0 | 46 | 300 | 36 | 57 |
| Binary | 1010101 | 10001111 | 10011101 | 101110 | 1001 | 0 | 100110 | 11000000 | 11110 | 101111 |
Color Harmonies of #558F9D
Complementary color
Monochromatic Colors of #558F9D
Black with #558F9D
Text Example
Text Example
White with #558F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F9D; }
p { color: rgb(85,143,157); }
H1.HeaderClassName
{
color: #558F9D;
}
.AnyTagClassName
{
color: #558F9D;
}
</style>
background-color css
<style>
a { background-color: #558F9D; }
a { background-color: rgb(85,143,157); }
div.DivClassName
{
background-color: #558F9D;
}
.BgClassName
{
background-color: #558F9D;
}
</style>
border-color css
<style>
span { border-color: #558F9D; }
span { border-color: rgb(85,143,157); }
td.TdClassName
{
border-color: #558F9D;
}
.TagClassName
{
border-color: #558F9D;
}
</style>