Shades of Hippie Blue #538192
Tints of Hippie Blue #538192
RGB
CMYK
RGB Variations
Color information
#538192 (or 0x538192) is known color: Hippie Blue. HEX triplet: 53, 81 and 92. RGB value is (83,129,146). Sum of RGB (Red+Green+Blue) = 83+129+146=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #538192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538192 is #AC7E6D. Grayscale: #757575. Windows color (decimal): -11304558 or 9601363. OLE color: 9601363.
HSL color Cylindrical-coordinate representation of color #538192: hue angle of 196.19º degrees, saturation: 0.28, 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 #538192 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 129 | 146 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.43 |
| HSL | 196.19º | 0.28% | 0.45% | - |
| HSV(B) | 196.19º | 0.43% | 0.57% | - |
| XYZ | 16.61 | 19.61 | 30.1 | - |
| YUV | 117.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 146 | 0.43 | 0.12 | 0 | 0.43 | 196.19 | 0.28 | 0.45 |
| Hex | 53 | 81 | 92 | 2B | C | 0 | 2B | C4 | 1C | 2D |
| Octal | 123 | 201 | 222 | 53 | 14 | 0 | 53 | 304 | 34 | 55 |
| Binary | 1010011 | 10000001 | 10010010 | 101011 | 1100 | 0 | 101011 | 11000100 | 11100 | 101101 |
Color Harmonies of #538192
Complementary color
Monochromatic Colors of #538192
Black with #538192
Text Example
Text Example
White with #538192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538192; }
p { color: rgb(83,129,146); }
H1.HeaderClassName
{
color: #538192;
}
.AnyTagClassName
{
color: #538192;
}
</style>
background-color css
<style>
a { background-color: #538192; }
a { background-color: rgb(83,129,146); }
div.DivClassName
{
background-color: #538192;
}
.BgClassName
{
background-color: #538192;
}
</style>
border-color css
<style>
span { border-color: #538192; }
span { border-color: rgb(83,129,146); }
td.TdClassName
{
border-color: #538192;
}
.TagClassName
{
border-color: #538192;
}
</style>