Shades of Hippie Blue #53839C
Tints of Hippie Blue #53839C
RGB
CMYK
RGB Variations
Color information
#53839C (or 0x53839C) is known color: Hippie Blue. HEX triplet: 53, 83 and 9C. RGB value is (83,131,156). Sum of RGB (Red+Green+Blue) = 83+131+156=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #53839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53839C is #AC7C63. Grayscale: #777777. Windows color (decimal): -11304036 or 10257235. OLE color: 10257235.
HSL color Cylindrical-coordinate representation of color #53839C: hue angle of 200.55º 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 #53839C is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 131 | 156 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.39 |
| HSL | 200.55º | 0.31% | 0.47% | - |
| HSV(B) | 200.55º | 0.47% | 0.61% | - |
| XYZ | 17.68 | 20.47 | 34.47 | - |
| YUV | 119.5 | 148.6 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 156 | 0.47 | 0.16 | 0 | 0.39 | 200.55 | 0.31 | 0.47 |
| Hex | 53 | 83 | 9C | 2F | 10 | 0 | 27 | C9 | 1F | 2F |
| Octal | 123 | 203 | 234 | 57 | 20 | 0 | 47 | 311 | 37 | 57 |
| Binary | 1010011 | 10000011 | 10011100 | 101111 | 10000 | 0 | 100111 | 11001001 | 11111 | 101111 |
Color Harmonies of #53839C
Complementary color
Monochromatic Colors of #53839C
Black with #53839C
Text Example
Text Example
White with #53839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53839C; }
p { color: rgb(83,131,156); }
H1.HeaderClassName
{
color: #53839C;
}
.AnyTagClassName
{
color: #53839C;
}
</style>
background-color css
<style>
a { background-color: #53839C; }
a { background-color: rgb(83,131,156); }
div.DivClassName
{
background-color: #53839C;
}
.BgClassName
{
background-color: #53839C;
}
</style>
border-color css
<style>
span { border-color: #53839C; }
span { border-color: rgb(83,131,156); }
td.TdClassName
{
border-color: #53839C;
}
.TagClassName
{
border-color: #53839C;
}
</style>