Shades of Hippie Blue #53889D
Tints of Hippie Blue #53889D
RGB
CMYK
RGB Variations
Color information
#53889D (or 0x53889D) is known color: Hippie Blue. HEX triplet: 53, 88 and 9D. RGB value is (83,136,157). Sum of RGB (Red+Green+Blue) = 83+136+157=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #53889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53889D is #AC7762. Grayscale: #7A7A7A. Windows color (decimal): -11302755 or 10324051. OLE color: 10324051.
HSL color Cylindrical-coordinate representation of color #53889D: hue angle of 197.03º 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 #53889D is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 136 | 157 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.38 |
| HSL | 197.03º | 0.31% | 0.47% | - |
| HSV(B) | 197.03º | 0.47% | 0.62% | - |
| XYZ | 18.46 | 21.88 | 35.15 | - |
| YUV | 122.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 157 | 0.47 | 0.13 | 0 | 0.38 | 197.03 | 0.31 | 0.47 |
| Hex | 53 | 88 | 9D | 2F | D | 0 | 26 | C5 | 1F | 2F |
| Octal | 123 | 210 | 235 | 57 | 15 | 0 | 46 | 305 | 37 | 57 |
| Binary | 1010011 | 10001000 | 10011101 | 101111 | 1101 | 0 | 100110 | 11000101 | 11111 | 101111 |
Color Harmonies of #53889D
Complementary color
Monochromatic Colors of #53889D
Black with #53889D
Text Example
Text Example
White with #53889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53889D; }
p { color: rgb(83,136,157); }
H1.HeaderClassName
{
color: #53889D;
}
.AnyTagClassName
{
color: #53889D;
}
</style>
background-color css
<style>
a { background-color: #53889D; }
a { background-color: rgb(83,136,157); }
div.DivClassName
{
background-color: #53889D;
}
.BgClassName
{
background-color: #53889D;
}
</style>
border-color css
<style>
span { border-color: #53889D; }
span { border-color: rgb(83,136,157); }
td.TdClassName
{
border-color: #53889D;
}
.TagClassName
{
border-color: #53889D;
}
</style>