Shades of Hippie Blue #53889A
Tints of Hippie Blue #53889A
RGB
CMYK
RGB Variations
Color information
#53889A (or 0x53889A) is known color: Hippie Blue. HEX triplet: 53, 88 and 9A. RGB value is (83,136,154). Sum of RGB (Red+Green+Blue) = 83+136+154=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #53889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53889A is #AC7765. Grayscale: #7A7A7A. Windows color (decimal): -11302758 or 10127443. OLE color: 10127443.
HSL color Cylindrical-coordinate representation of color #53889A: hue angle of 195.21º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53889A is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 136 | 154 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.40 |
| HSL | 195.21º | 0.3% | 0.46% | - |
| HSV(B) | 195.21º | 0.46% | 0.6% | - |
| XYZ | 18.2 | 21.78 | 33.82 | - |
| YUV | 122.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 154 | 0.46 | 0.12 | 0 | 0.40 | 195.21 | 0.3 | 0.46 |
| Hex | 53 | 88 | 9A | 2E | C | 0 | 28 | C3 | 1E | 2E |
| Octal | 123 | 210 | 232 | 56 | 14 | 0 | 50 | 303 | 36 | 56 |
| Binary | 1010011 | 10001000 | 10011010 | 101110 | 1100 | 0 | 101000 | 11000011 | 11110 | 101110 |
Color Harmonies of #53889A
Complementary color
Monochromatic Colors of #53889A
Black with #53889A
Text Example
Text Example
White with #53889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53889A; }
p { color: rgb(83,136,154); }
H1.HeaderClassName
{
color: #53889A;
}
.AnyTagClassName
{
color: #53889A;
}
</style>
background-color css
<style>
a { background-color: #53889A; }
a { background-color: rgb(83,136,154); }
div.DivClassName
{
background-color: #53889A;
}
.BgClassName
{
background-color: #53889A;
}
</style>
border-color css
<style>
span { border-color: #53889A; }
span { border-color: rgb(83,136,154); }
td.TdClassName
{
border-color: #53889A;
}
.TagClassName
{
border-color: #53889A;
}
</style>