Shades of Hippie Blue #53859C
Tints of Hippie Blue #53859C
RGB
CMYK
RGB Variations
Color information
#53859C (or 0x53859C) is known color: Hippie Blue. HEX triplet: 53, 85 and 9C. RGB value is (83,133,156). Sum of RGB (Red+Green+Blue) = 83+133+156=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #53859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53859C is #AC7A63. Grayscale: #787878. Windows color (decimal): -11303524 or 10257747. OLE color: 10257747.
HSL color Cylindrical-coordinate representation of color #53859C: hue angle of 198.9º 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 #53859C is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 133 | 156 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.39 |
| HSL | 198.9º | 0.31% | 0.47% | - |
| HSV(B) | 198.9º | 0.47% | 0.61% | - |
| XYZ | 17.96 | 21.01 | 34.56 | - |
| YUV | 120.67 | 147.94 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 156 | 0.47 | 0.15 | 0 | 0.39 | 198.9 | 0.31 | 0.47 |
| Hex | 53 | 85 | 9C | 2F | F | 0 | 27 | C7 | 1F | 2F |
| Octal | 123 | 205 | 234 | 57 | 17 | 0 | 47 | 307 | 37 | 57 |
| Binary | 1010011 | 10000101 | 10011100 | 101111 | 1111 | 0 | 100111 | 11000111 | 11111 | 101111 |
Color Harmonies of #53859C
Complementary color
Monochromatic Colors of #53859C
Black with #53859C
Text Example
Text Example
White with #53859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53859C; }
p { color: rgb(83,133,156); }
H1.HeaderClassName
{
color: #53859C;
}
.AnyTagClassName
{
color: #53859C;
}
</style>
background-color css
<style>
a { background-color: #53859C; }
a { background-color: rgb(83,133,156); }
div.DivClassName
{
background-color: #53859C;
}
.BgClassName
{
background-color: #53859C;
}
</style>
border-color css
<style>
span { border-color: #53859C; }
span { border-color: rgb(83,133,156); }
td.TdClassName
{
border-color: #53859C;
}
.TagClassName
{
border-color: #53859C;
}
</style>