Shades of Hippie Blue #53899B
Tints of Hippie Blue #53899B
RGB
CMYK
RGB Variations
Color information
#53899B (or 0x53899B) is known color: Hippie Blue. HEX triplet: 53, 89 and 9B. RGB value is (83,137,155). Sum of RGB (Red+Green+Blue) = 83+137+155=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #53899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53899B is #AC7664. Grayscale: #7A7A7A. Windows color (decimal): -11302501 or 10193235. OLE color: 10193235.
HSL color Cylindrical-coordinate representation of color #53899B: hue angle of 195º 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 #53899B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 137 | 155 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.39 |
| HSL | 195º | 0.3% | 0.47% | - |
| HSV(B) | 195º | 0.46% | 0.61% | - |
| XYZ | 18.43 | 22.1 | 34.3 | - |
| YUV | 122.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 155 | 0.46 | 0.12 | 0 | 0.39 | 195 | 0.3 | 0.47 |
| Hex | 53 | 89 | 9B | 2E | C | 0 | 27 | C3 | 1E | 2F |
| Octal | 123 | 211 | 233 | 56 | 14 | 0 | 47 | 303 | 36 | 57 |
| Binary | 1010011 | 10001001 | 10011011 | 101110 | 1100 | 0 | 100111 | 11000011 | 11110 | 101111 |
Color Harmonies of #53899B
Complementary color
Monochromatic Colors of #53899B
Black with #53899B
Text Example
Text Example
White with #53899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53899B; }
p { color: rgb(83,137,155); }
H1.HeaderClassName
{
color: #53899B;
}
.AnyTagClassName
{
color: #53899B;
}
</style>
background-color css
<style>
a { background-color: #53899B; }
a { background-color: rgb(83,137,155); }
div.DivClassName
{
background-color: #53899B;
}
.BgClassName
{
background-color: #53899B;
}
</style>
border-color css
<style>
span { border-color: #53899B; }
span { border-color: rgb(83,137,155); }
td.TdClassName
{
border-color: #53899B;
}
.TagClassName
{
border-color: #53899B;
}
</style>