Shades of Hippie Blue #558D9D
Tints of Hippie Blue #558D9D
RGB
CMYK
RGB Variations
Color information
#558D9D (or 0x558D9D) is known color: Hippie Blue. HEX triplet: 55, 8D and 9D. RGB value is (85,141,157). Sum of RGB (Red+Green+Blue) = 85+141+157=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #558D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558D9D is #AA7262. Grayscale: #7D7D7D. Windows color (decimal): -11170403 or 10325333. OLE color: 10325333.
HSL color Cylindrical-coordinate representation of color #558D9D: hue angle of 193.33º 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 #558D9D is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 141 | 157 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.38 |
| HSL | 193.33º | 0.3% | 0.47% | - |
| HSV(B) | 193.33º | 0.46% | 0.62% | - |
| XYZ | 19.36 | 23.42 | 35.4 | - |
| YUV | 126.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 157 | 0.46 | 0.10 | 0 | 0.38 | 193.33 | 0.3 | 0.47 |
| Hex | 55 | 8D | 9D | 2E | A | 0 | 26 | C1 | 1E | 2F |
| Octal | 125 | 215 | 235 | 56 | 12 | 0 | 46 | 301 | 36 | 57 |
| Binary | 1010101 | 10001101 | 10011101 | 101110 | 1010 | 0 | 100110 | 11000001 | 11110 | 101111 |
Color Harmonies of #558D9D
Complementary color
Monochromatic Colors of #558D9D
Black with #558D9D
Text Example
Text Example
White with #558D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D9D; }
p { color: rgb(85,141,157); }
H1.HeaderClassName
{
color: #558D9D;
}
.AnyTagClassName
{
color: #558D9D;
}
</style>
background-color css
<style>
a { background-color: #558D9D; }
a { background-color: rgb(85,141,157); }
div.DivClassName
{
background-color: #558D9D;
}
.BgClassName
{
background-color: #558D9D;
}
</style>
border-color css
<style>
span { border-color: #558D9D; }
span { border-color: rgb(85,141,157); }
td.TdClassName
{
border-color: #558D9D;
}
.TagClassName
{
border-color: #558D9D;
}
</style>