Shades of Hippie Blue #548F9D
Tints of Hippie Blue #548F9D
RGB
CMYK
RGB Variations
Color information
#548F9D (or 0x548F9D) is known color: Hippie Blue. HEX triplet: 54, 8F and 9D. RGB value is (84,143,157). Sum of RGB (Red+Green+Blue) = 84+143+157=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #548F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548F9D is #AB7062. Grayscale: #7E7E7E. Windows color (decimal): -11235427 or 10325844. OLE color: 10325844.
HSL color Cylindrical-coordinate representation of color #548F9D: hue angle of 191.51º 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 #548F9D is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 143 | 157 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.38 |
| HSL | 191.51º | 0.3% | 0.47% | - |
| HSV(B) | 191.51º | 0.46% | 0.62% | - |
| XYZ | 19.56 | 23.96 | 35.49 | - |
| YUV | 126.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 157 | 0.46 | 0.09 | 0 | 0.38 | 191.51 | 0.3 | 0.47 |
| Hex | 54 | 8F | 9D | 2E | 9 | 0 | 26 | C0 | 1E | 2F |
| Octal | 124 | 217 | 235 | 56 | 11 | 0 | 46 | 300 | 36 | 57 |
| Binary | 1010100 | 10001111 | 10011101 | 101110 | 1001 | 0 | 100110 | 11000000 | 11110 | 101111 |
Color Harmonies of #548F9D
Complementary color
Monochromatic Colors of #548F9D
Black with #548F9D
Text Example
Text Example
White with #548F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548F9D; }
p { color: rgb(84,143,157); }
H1.HeaderClassName
{
color: #548F9D;
}
.AnyTagClassName
{
color: #548F9D;
}
</style>
background-color css
<style>
a { background-color: #548F9D; }
a { background-color: rgb(84,143,157); }
div.DivClassName
{
background-color: #548F9D;
}
.BgClassName
{
background-color: #548F9D;
}
</style>
border-color css
<style>
span { border-color: #548F9D; }
span { border-color: rgb(84,143,157); }
td.TdClassName
{
border-color: #548F9D;
}
.TagClassName
{
border-color: #548F9D;
}
</style>