Shades of Hippie Blue #53819C
Tints of Hippie Blue #53819C
RGB
CMYK
RGB Variations
Color information
#53819C (or 0x53819C) is known color: Hippie Blue. HEX triplet: 53, 81 and 9C. RGB value is (83,129,156). Sum of RGB (Red+Green+Blue) = 83+129+156=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #53819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819C is #AC7E63. Grayscale: #767676. Windows color (decimal): -11304548 or 10256723. OLE color: 10256723.
HSL color Cylindrical-coordinate representation of color #53819C: hue angle of 202.19º 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 #53819C is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 129 | 156 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.39 |
| HSL | 202.19º | 0.31% | 0.47% | - |
| HSV(B) | 202.19º | 0.47% | 0.61% | - |
| XYZ | 17.42 | 19.94 | 34.38 | - |
| YUV | 118.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 156 | 0.47 | 0.17 | 0 | 0.39 | 202.19 | 0.31 | 0.47 |
| Hex | 53 | 81 | 9C | 2F | 11 | 0 | 27 | CA | 1F | 2F |
| Octal | 123 | 201 | 234 | 57 | 21 | 0 | 47 | 312 | 37 | 57 |
| Binary | 1010011 | 10000001 | 10011100 | 101111 | 10001 | 0 | 100111 | 11001010 | 11111 | 101111 |
Color Harmonies of #53819C
Complementary color
Monochromatic Colors of #53819C
Black with #53819C
Text Example
Text Example
White with #53819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53819C; }
p { color: rgb(83,129,156); }
H1.HeaderClassName
{
color: #53819C;
}
.AnyTagClassName
{
color: #53819C;
}
</style>
background-color css
<style>
a { background-color: #53819C; }
a { background-color: rgb(83,129,156); }
div.DivClassName
{
background-color: #53819C;
}
.BgClassName
{
background-color: #53819C;
}
</style>
border-color css
<style>
span { border-color: #53819C; }
span { border-color: rgb(83,129,156); }
td.TdClassName
{
border-color: #53819C;
}
.TagClassName
{
border-color: #53819C;
}
</style>