Shades of Hippie Blue #538391
Tints of Hippie Blue #538391
RGB
CMYK
RGB Variations
Color information
#538391 (or 0x538391) is known color: Hippie Blue. HEX triplet: 53, 83 and 91. RGB value is (83,131,145). Sum of RGB (Red+Green+Blue) = 83+131+145=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #538391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538391 is #AC7C6E. Grayscale: #767676. Windows color (decimal): -11304047 or 9536339. OLE color: 9536339.
HSL color Cylindrical-coordinate representation of color #538391: hue angle of 193.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #538391 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 131 | 145 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.43 |
| HSL | 193.55º | 0.27% | 0.45% | - |
| HSV(B) | 193.55º | 0.43% | 0.57% | - |
| XYZ | 16.79 | 20.12 | 29.79 | - |
| YUV | 118.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 145 | 0.43 | 0.10 | 0 | 0.43 | 193.55 | 0.27 | 0.45 |
| Hex | 53 | 83 | 91 | 2B | A | 0 | 2B | C2 | 1B | 2D |
| Octal | 123 | 203 | 221 | 53 | 12 | 0 | 53 | 302 | 33 | 55 |
| Binary | 1010011 | 10000011 | 10010001 | 101011 | 1010 | 0 | 101011 | 11000010 | 11011 | 101101 |
Color Harmonies of #538391
Complementary color
Monochromatic Colors of #538391
Black with #538391
Text Example
Text Example
White with #538391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538391; }
p { color: rgb(83,131,145); }
H1.HeaderClassName
{
color: #538391;
}
.AnyTagClassName
{
color: #538391;
}
</style>
background-color css
<style>
a { background-color: #538391; }
a { background-color: rgb(83,131,145); }
div.DivClassName
{
background-color: #538391;
}
.BgClassName
{
background-color: #538391;
}
</style>
border-color css
<style>
span { border-color: #538391; }
span { border-color: rgb(83,131,145); }
td.TdClassName
{
border-color: #538391;
}
.TagClassName
{
border-color: #538391;
}
</style>