Shades of Hippie Blue #53869C
Tints of Hippie Blue #53869C
RGB
CMYK
RGB Variations
Color information
#53869C (or 0x53869C) is known color: Hippie Blue. HEX triplet: 53, 86 and 9C. RGB value is (83,134,156). Sum of RGB (Red+Green+Blue) = 83+134+156=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #53869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53869C is #AC7963. Grayscale: #797979. Windows color (decimal): -11303268 or 10258003. OLE color: 10258003.
HSL color Cylindrical-coordinate representation of color #53869C: hue angle of 198.08º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53869C is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 134 | 156 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.39 |
| HSL | 198.08º | 0.31% | 0.47% | - |
| HSV(B) | 198.08º | 0.47% | 0.61% | - |
| XYZ | 18.09 | 21.29 | 34.61 | - |
| YUV | 121.26 | 147.6 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 156 | 0.47 | 0.14 | 0 | 0.39 | 198.08 | 0.31 | 0.47 |
| Hex | 53 | 86 | 9C | 2F | E | 0 | 27 | C6 | 1F | 2F |
| Octal | 123 | 206 | 234 | 57 | 16 | 0 | 47 | 306 | 37 | 57 |
| Binary | 1010011 | 10000110 | 10011100 | 101111 | 1110 | 0 | 100111 | 11000110 | 11111 | 101111 |
Color Harmonies of #53869C
Complementary color
Monochromatic Colors of #53869C
Black with #53869C
Text Example
Text Example
White with #53869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53869C; }
p { color: rgb(83,134,156); }
H1.HeaderClassName
{
color: #53869C;
}
.AnyTagClassName
{
color: #53869C;
}
</style>
background-color css
<style>
a { background-color: #53869C; }
a { background-color: rgb(83,134,156); }
div.DivClassName
{
background-color: #53869C;
}
.BgClassName
{
background-color: #53869C;
}
</style>
border-color css
<style>
span { border-color: #53869C; }
span { border-color: rgb(83,134,156); }
td.TdClassName
{
border-color: #53869C;
}
.TagClassName
{
border-color: #53869C;
}
</style>