Shades of Hippie Blue #5189A3
Tints of Hippie Blue #5189A3
RGB
CMYK
RGB Variations
Color information
#5189A3 (or 0x5189A3) is known color: Hippie Blue. HEX triplet: 51, 89 and A3. RGB value is (81,137,163). Sum of RGB (Red+Green+Blue) = 81+137+163=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 163 - color contains mainly: blue. Hex color #5189A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5189A3 is #AE765C. Grayscale: #7B7B7B. Windows color (decimal): -11433565 or 10717521. OLE color: 10717521.
HSL color Cylindrical-coordinate representation of color #5189A3: hue angle of 199.02º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5189A3 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 137 | 163 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.36 |
| HSL | 199.02º | 0.34% | 0.48% | - |
| HSV(B) | 199.02º | 0.5% | 0.64% | - |
| XYZ | 18.95 | 22.29 | 37.95 | - |
| YUV | 123.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 163 | 0.50 | 0.16 | 0 | 0.36 | 199.02 | 0.34 | 0.48 |
| Hex | 51 | 89 | A3 | 32 | 10 | 0 | 24 | C7 | 22 | 30 |
| Octal | 121 | 211 | 243 | 62 | 20 | 0 | 44 | 307 | 42 | 60 |
| Binary | 1010001 | 10001001 | 10100011 | 110010 | 10000 | 0 | 100100 | 11000111 | 100010 | 110000 |
Color Harmonies of #5189A3
Complementary color
Monochromatic Colors of #5189A3
Black with #5189A3
Text Example
Text Example
White with #5189A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189A3; }
p { color: rgb(81,137,163); }
H1.HeaderClassName
{
color: #5189A3;
}
.AnyTagClassName
{
color: #5189A3;
}
</style>
background-color css
<style>
a { background-color: #5189A3; }
a { background-color: rgb(81,137,163); }
div.DivClassName
{
background-color: #5189A3;
}
.BgClassName
{
background-color: #5189A3;
}
</style>
border-color css
<style>
span { border-color: #5189A3; }
span { border-color: rgb(81,137,163); }
td.TdClassName
{
border-color: #5189A3;
}
.TagClassName
{
border-color: #5189A3;
}
</style>