Shades of Hippie Blue #558A98
Tints of Hippie Blue #558A98
RGB
CMYK
RGB Variations
Color information
#558A98 (or 0x558A98) is known color: Hippie Blue. HEX triplet: 55, 8A and 98. RGB value is (85,138,152). Sum of RGB (Red+Green+Blue) = 85+138+152=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #558A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558A98 is #AA7567. Grayscale: #7B7B7B. Windows color (decimal): -11171176 or 9996885. OLE color: 9996885.
HSL color Cylindrical-coordinate representation of color #558A98: hue angle of 192.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558A98 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 138 | 152 | - |
| CMYK | 0.44 | 0.09 | 0 | 0.40 |
| HSL | 192.54º | 0.28% | 0.46% | - |
| HSV(B) | 192.54º | 0.44% | 0.6% | - |
| XYZ | 18.5 | 22.38 | 33.05 | - |
| YUV | 123.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 152 | 0.44 | 0.09 | 0 | 0.40 | 192.54 | 0.28 | 0.46 |
| Hex | 55 | 8A | 98 | 2C | 9 | 0 | 28 | C1 | 1C | 2E |
| Octal | 125 | 212 | 230 | 54 | 11 | 0 | 50 | 301 | 34 | 56 |
| Binary | 1010101 | 10001010 | 10011000 | 101100 | 1001 | 0 | 101000 | 11000001 | 11100 | 101110 |
Color Harmonies of #558A98
Complementary color
Monochromatic Colors of #558A98
Black with #558A98
Text Example
Text Example
White with #558A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A98; }
p { color: rgb(85,138,152); }
H1.HeaderClassName
{
color: #558A98;
}
.AnyTagClassName
{
color: #558A98;
}
</style>
background-color css
<style>
a { background-color: #558A98; }
a { background-color: rgb(85,138,152); }
div.DivClassName
{
background-color: #558A98;
}
.BgClassName
{
background-color: #558A98;
}
</style>
border-color css
<style>
span { border-color: #558A98; }
span { border-color: rgb(85,138,152); }
td.TdClassName
{
border-color: #558A98;
}
.TagClassName
{
border-color: #558A98;
}
</style>