Shades of Hippie Blue #547F98
Tints of Hippie Blue #547F98
RGB
CMYK
RGB Variations
Color information
#547F98 (or 0x547F98) is known color: Hippie Blue. HEX triplet: 54, 7F and 98. RGB value is (84,127,152). Sum of RGB (Red+Green+Blue) = 84+127+152=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #547F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F98 is #AB8067. Grayscale: #747474. Windows color (decimal): -11239528 or 9994068. OLE color: 9994068.
HSL color Cylindrical-coordinate representation of color #547F98: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547F98 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 127 | 152 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.40 |
| HSL | 202.06º | 0.29% | 0.46% | - |
| HSV(B) | 202.06º | 0.45% | 0.6% | - |
| XYZ | 16.91 | 19.33 | 32.55 | - |
| YUV | 116.99 | 147.75 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 152 | 0.45 | 0.16 | 0 | 0.40 | 202.06 | 0.29 | 0.46 |
| Hex | 54 | 7F | 98 | 2D | 10 | 0 | 28 | CA | 1D | 2E |
| Octal | 124 | 177 | 230 | 55 | 20 | 0 | 50 | 312 | 35 | 56 |
| Binary | 1010100 | 1111111 | 10011000 | 101101 | 10000 | 0 | 101000 | 11001010 | 11101 | 101110 |
Color Harmonies of #547F98
Complementary color
Monochromatic Colors of #547F98
Black with #547F98
Text Example
Text Example
White with #547F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F98; }
p { color: rgb(84,127,152); }
H1.HeaderClassName
{
color: #547F98;
}
.AnyTagClassName
{
color: #547F98;
}
</style>
background-color css
<style>
a { background-color: #547F98; }
a { background-color: rgb(84,127,152); }
div.DivClassName
{
background-color: #547F98;
}
.BgClassName
{
background-color: #547F98;
}
</style>
border-color css
<style>
span { border-color: #547F98; }
span { border-color: rgb(84,127,152); }
td.TdClassName
{
border-color: #547F98;
}
.TagClassName
{
border-color: #547F98;
}
</style>