Shades of Hippie Blue #537D99
Tints of Hippie Blue #537D99
RGB
CMYK
RGB Variations
Color information
#537D99 (or 0x537D99) is known color: Hippie Blue. HEX triplet: 53, 7D and 99. RGB value is (83,125,153). Sum of RGB (Red+Green+Blue) = 83+125+153=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #537D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D99 is #AC8266. Grayscale: #737373. Windows color (decimal): -11305575 or 10059091. OLE color: 10059091.
HSL color Cylindrical-coordinate representation of color #537D99: hue angle of 204º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537D99 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 125 | 153 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.4 |
| HSL | 204º | 0.3% | 0.46% | - |
| HSV(B) | 204º | 0.46% | 0.6% | - |
| XYZ | 16.65 | 18.81 | 32.89 | - |
| YUV | 115.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 153 | 0.46 | 0.18 | 0 | 0.4 | 204 | 0.3 | 0.46 |
| Hex | 53 | 7D | 99 | 2E | 12 | 0 | 28 | CC | 1E | 2E |
| Octal | 123 | 175 | 231 | 56 | 22 | 0 | 50 | 314 | 36 | 56 |
| Binary | 1010011 | 1111101 | 10011001 | 101110 | 10010 | 0 | 101000 | 11001100 | 11110 | 101110 |
Color Harmonies of #537D99
Complementary color
Monochromatic Colors of #537D99
Black with #537D99
Text Example
Text Example
White with #537D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537D99; }
p { color: rgb(83,125,153); }
H1.HeaderClassName
{
color: #537D99;
}
.AnyTagClassName
{
color: #537D99;
}
</style>
background-color css
<style>
a { background-color: #537D99; }
a { background-color: rgb(83,125,153); }
div.DivClassName
{
background-color: #537D99;
}
.BgClassName
{
background-color: #537D99;
}
</style>
border-color css
<style>
span { border-color: #537D99; }
span { border-color: rgb(83,125,153); }
td.TdClassName
{
border-color: #537D99;
}
.TagClassName
{
border-color: #537D99;
}
</style>