Shades of Hippie Blue #53879C
Tints of Hippie Blue #53879C
RGB
CMYK
RGB Variations
Color information
#53879C (or 0x53879C) is known color: Hippie Blue. HEX triplet: 53, 87 and 9C. RGB value is (83,135,156). Sum of RGB (Red+Green+Blue) = 83+135+156=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #53879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879C is #AC7863. Grayscale: #797979. Windows color (decimal): -11303012 or 10258259. OLE color: 10258259.
HSL color Cylindrical-coordinate representation of color #53879C: hue angle of 197.26º 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 #53879C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 135 | 156 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.39 |
| HSL | 197.26º | 0.31% | 0.47% | - |
| HSV(B) | 197.26º | 0.47% | 0.61% | - |
| XYZ | 18.23 | 21.57 | 34.65 | - |
| YUV | 121.85 | 147.27 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 156 | 0.47 | 0.13 | 0 | 0.39 | 197.26 | 0.31 | 0.47 |
| Hex | 53 | 87 | 9C | 2F | D | 0 | 27 | C5 | 1F | 2F |
| Octal | 123 | 207 | 234 | 57 | 15 | 0 | 47 | 305 | 37 | 57 |
| Binary | 1010011 | 10000111 | 10011100 | 101111 | 1101 | 0 | 100111 | 11000101 | 11111 | 101111 |
Color Harmonies of #53879C
Complementary color
Monochromatic Colors of #53879C
Black with #53879C
Text Example
Text Example
White with #53879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53879C; }
p { color: rgb(83,135,156); }
H1.HeaderClassName
{
color: #53879C;
}
.AnyTagClassName
{
color: #53879C;
}
</style>
background-color css
<style>
a { background-color: #53879C; }
a { background-color: rgb(83,135,156); }
div.DivClassName
{
background-color: #53879C;
}
.BgClassName
{
background-color: #53879C;
}
</style>
border-color css
<style>
span { border-color: #53879C; }
span { border-color: rgb(83,135,156); }
td.TdClassName
{
border-color: #53879C;
}
.TagClassName
{
border-color: #53879C;
}
</style>