Shades of Hippie Blue #53829D
Tints of Hippie Blue #53829D
RGB
CMYK
RGB Variations
Color information
#53829D (or 0x53829D) is known color: Hippie Blue. HEX triplet: 53, 82 and 9D. RGB value is (83,130,157). Sum of RGB (Red+Green+Blue) = 83+130+157=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #53829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829D is #AC7D62. Grayscale: #767676. Windows color (decimal): -11304291 or 10322515. OLE color: 10322515.
HSL color Cylindrical-coordinate representation of color #53829D: hue angle of 201.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53829D is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 130 | 157 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.38 |
| HSL | 201.89º | 0.31% | 0.47% | - |
| HSV(B) | 201.89º | 0.47% | 0.62% | - |
| XYZ | 17.64 | 20.24 | 34.88 | - |
| YUV | 119.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 157 | 0.47 | 0.17 | 0 | 0.38 | 201.89 | 0.31 | 0.47 |
| Hex | 53 | 82 | 9D | 2F | 11 | 0 | 26 | CA | 1F | 2F |
| Octal | 123 | 202 | 235 | 57 | 21 | 0 | 46 | 312 | 37 | 57 |
| Binary | 1010011 | 10000010 | 10011101 | 101111 | 10001 | 0 | 100110 | 11001010 | 11111 | 101111 |
Color Harmonies of #53829D
Complementary color
Monochromatic Colors of #53829D
Black with #53829D
Text Example
Text Example
White with #53829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53829D; }
p { color: rgb(83,130,157); }
H1.HeaderClassName
{
color: #53829D;
}
.AnyTagClassName
{
color: #53829D;
}
</style>
background-color css
<style>
a { background-color: #53829D; }
a { background-color: rgb(83,130,157); }
div.DivClassName
{
background-color: #53829D;
}
.BgClassName
{
background-color: #53829D;
}
</style>
border-color css
<style>
span { border-color: #53829D; }
span { border-color: rgb(83,130,157); }
td.TdClassName
{
border-color: #53829D;
}
.TagClassName
{
border-color: #53829D;
}
</style>