Shades of Hippie Blue #548592
Tints of Hippie Blue #548592
RGB
CMYK
RGB Variations
Color information
#548592 (or 0x548592) is known color: Hippie Blue. HEX triplet: 54, 85 and 92. RGB value is (84,133,146). Sum of RGB (Red+Green+Blue) = 84+133+146=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #548592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548592 is #AB7A6D. Grayscale: #777777. Windows color (decimal): -11237998 or 9602388. OLE color: 9602388.
HSL color Cylindrical-coordinate representation of color #548592: hue angle of 192.58º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #548592 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 133 | 146 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.43 |
| HSL | 192.58º | 0.27% | 0.45% | - |
| HSV(B) | 192.58º | 0.42% | 0.57% | - |
| XYZ | 17.23 | 20.74 | 30.29 | - |
| YUV | 119.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 146 | 0.42 | 0.09 | 0 | 0.43 | 192.58 | 0.27 | 0.45 |
| Hex | 54 | 85 | 92 | 2A | 9 | 0 | 2B | C1 | 1B | 2D |
| Octal | 124 | 205 | 222 | 52 | 11 | 0 | 53 | 301 | 33 | 55 |
| Binary | 1010100 | 10000101 | 10010010 | 101010 | 1001 | 0 | 101011 | 11000001 | 11011 | 101101 |
Color Harmonies of #548592
Complementary color
Monochromatic Colors of #548592
Black with #548592
Text Example
Text Example
White with #548592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548592; }
p { color: rgb(84,133,146); }
H1.HeaderClassName
{
color: #548592;
}
.AnyTagClassName
{
color: #548592;
}
</style>
background-color css
<style>
a { background-color: #548592; }
a { background-color: rgb(84,133,146); }
div.DivClassName
{
background-color: #548592;
}
.BgClassName
{
background-color: #548592;
}
</style>
border-color css
<style>
span { border-color: #548592; }
span { border-color: rgb(84,133,146); }
td.TdClassName
{
border-color: #548592;
}
.TagClassName
{
border-color: #548592;
}
</style>