Shades of Hippie Blue #538293
Tints of Hippie Blue #538293
RGB
CMYK
RGB Variations
Color information
#538293 (or 0x538293) is known color: Hippie Blue. HEX triplet: 53, 82 and 93. RGB value is (83,130,147). Sum of RGB (Red+Green+Blue) = 83+130+147=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #538293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538293 is #AC7D6C. Grayscale: #757575. Windows color (decimal): -11304301 or 9667155. OLE color: 9667155.
HSL color Cylindrical-coordinate representation of color #538293: hue angle of 195.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538293 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 130 | 147 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.42 |
| HSL | 195.94º | 0.28% | 0.45% | - |
| HSV(B) | 195.94º | 0.44% | 0.58% | - |
| XYZ | 16.82 | 19.91 | 30.56 | - |
| YUV | 117.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 147 | 0.44 | 0.12 | 0 | 0.42 | 195.94 | 0.28 | 0.45 |
| Hex | 53 | 82 | 93 | 2C | C | 0 | 2A | C4 | 1C | 2D |
| Octal | 123 | 202 | 223 | 54 | 14 | 0 | 52 | 304 | 34 | 55 |
| Binary | 1010011 | 10000010 | 10010011 | 101100 | 1100 | 0 | 101010 | 11000100 | 11100 | 101101 |
Color Harmonies of #538293
Complementary color
Monochromatic Colors of #538293
Black with #538293
Text Example
Text Example
White with #538293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538293; }
p { color: rgb(83,130,147); }
H1.HeaderClassName
{
color: #538293;
}
.AnyTagClassName
{
color: #538293;
}
</style>
background-color css
<style>
a { background-color: #538293; }
a { background-color: rgb(83,130,147); }
div.DivClassName
{
background-color: #538293;
}
.BgClassName
{
background-color: #538293;
}
</style>
border-color css
<style>
span { border-color: #538293; }
span { border-color: rgb(83,130,147); }
td.TdClassName
{
border-color: #538293;
}
.TagClassName
{
border-color: #538293;
}
</style>