Shades of Hippie Blue #537E9A
Tints of Hippie Blue #537E9A
RGB
CMYK
RGB Variations
Color information
#537E9A (or 0x537E9A) is known color: Hippie Blue. HEX triplet: 53, 7E and 9A. RGB value is (83,126,154). Sum of RGB (Red+Green+Blue) = 83+126+154=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 154 - color contains mainly: blue. Hex color #537E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E9A is #AC8165. Grayscale: #747474. Windows color (decimal): -11305318 or 10124883. OLE color: 10124883.
HSL color Cylindrical-coordinate representation of color #537E9A: hue angle of 203.66º 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 #537E9A is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 126 | 154 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.40 |
| HSL | 203.66º | 0.3% | 0.46% | - |
| HSV(B) | 203.66º | 0.46% | 0.6% | - |
| XYZ | 16.86 | 19.09 | 33.37 | - |
| YUV | 116.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 154 | 0.46 | 0.18 | 0 | 0.40 | 203.66 | 0.3 | 0.46 |
| Hex | 53 | 7E | 9A | 2E | 12 | 0 | 28 | CC | 1E | 2E |
| Octal | 123 | 176 | 232 | 56 | 22 | 0 | 50 | 314 | 36 | 56 |
| Binary | 1010011 | 1111110 | 10011010 | 101110 | 10010 | 0 | 101000 | 11001100 | 11110 | 101110 |
Color Harmonies of #537E9A
Complementary color
Monochromatic Colors of #537E9A
Black with #537E9A
Text Example
Text Example
White with #537E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E9A; }
p { color: rgb(83,126,154); }
H1.HeaderClassName
{
color: #537E9A;
}
.AnyTagClassName
{
color: #537E9A;
}
</style>
background-color css
<style>
a { background-color: #537E9A; }
a { background-color: rgb(83,126,154); }
div.DivClassName
{
background-color: #537E9A;
}
.BgClassName
{
background-color: #537E9A;
}
</style>
border-color css
<style>
span { border-color: #537E9A; }
span { border-color: rgb(83,126,154); }
td.TdClassName
{
border-color: #537E9A;
}
.TagClassName
{
border-color: #537E9A;
}
</style>