Shades of Hippie Blue #53819B
Tints of Hippie Blue #53819B
RGB
CMYK
RGB Variations
Color information
#53819B (or 0x53819B) is known color: Hippie Blue. HEX triplet: 53, 81 and 9B. RGB value is (83,129,155). Sum of RGB (Red+Green+Blue) = 83+129+155=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #53819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53819B is #AC7E64. Grayscale: #767676. Windows color (decimal): -11304549 or 10191187. OLE color: 10191187.
HSL color Cylindrical-coordinate representation of color #53819B: hue angle of 201.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53819B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 129 | 155 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.39 |
| HSL | 201.67º | 0.3% | 0.47% | - |
| HSV(B) | 201.67º | 0.46% | 0.61% | - |
| XYZ | 17.33 | 19.91 | 33.94 | - |
| YUV | 118.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 155 | 0.46 | 0.17 | 0 | 0.39 | 201.67 | 0.3 | 0.47 |
| Hex | 53 | 81 | 9B | 2E | 11 | 0 | 27 | CA | 1E | 2F |
| Octal | 123 | 201 | 233 | 56 | 21 | 0 | 47 | 312 | 36 | 57 |
| Binary | 1010011 | 10000001 | 10011011 | 101110 | 10001 | 0 | 100111 | 11001010 | 11110 | 101111 |
Color Harmonies of #53819B
Complementary color
Monochromatic Colors of #53819B
Black with #53819B
Text Example
Text Example
White with #53819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53819B; }
p { color: rgb(83,129,155); }
H1.HeaderClassName
{
color: #53819B;
}
.AnyTagClassName
{
color: #53819B;
}
</style>
background-color css
<style>
a { background-color: #53819B; }
a { background-color: rgb(83,129,155); }
div.DivClassName
{
background-color: #53819B;
}
.BgClassName
{
background-color: #53819B;
}
</style>
border-color css
<style>
span { border-color: #53819B; }
span { border-color: rgb(83,129,155); }
td.TdClassName
{
border-color: #53819B;
}
.TagClassName
{
border-color: #53819B;
}
</style>