Shades of Hippie Blue #538FA0
Tints of Hippie Blue #538FA0
RGB
CMYK
RGB Variations
Color information
#538FA0 (or 0x538FA0) is known color: Hippie Blue. HEX triplet: 53, 8F and A0. RGB value is (83,143,160). Sum of RGB (Red+Green+Blue) = 83+143+160=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #538FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA0 is #AC705F. Grayscale: #7E7E7E. Windows color (decimal): -11300960 or 10522451. OLE color: 10522451.
HSL color Cylindrical-coordinate representation of color #538FA0: hue angle of 193.25º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538FA0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 143 | 160 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.37 |
| HSL | 193.25º | 0.32% | 0.48% | - |
| HSV(B) | 193.25º | 0.48% | 0.63% | - |
| XYZ | 19.73 | 24.02 | 36.85 | - |
| YUV | 127 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 160 | 0.48 | 0.11 | 0 | 0.37 | 193.25 | 0.32 | 0.48 |
| Hex | 53 | 8F | A0 | 30 | B | 0 | 25 | C1 | 20 | 30 |
| Octal | 123 | 217 | 240 | 60 | 13 | 0 | 45 | 301 | 40 | 60 |
| Binary | 1010011 | 10001111 | 10100000 | 110000 | 1011 | 0 | 100101 | 11000001 | 100000 | 110000 |
Color Harmonies of #538FA0
Complementary color
Monochromatic Colors of #538FA0
Black with #538FA0
Text Example
Text Example
White with #538FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FA0; }
p { color: rgb(83,143,160); }
H1.HeaderClassName
{
color: #538FA0;
}
.AnyTagClassName
{
color: #538FA0;
}
</style>
background-color css
<style>
a { background-color: #538FA0; }
a { background-color: rgb(83,143,160); }
div.DivClassName
{
background-color: #538FA0;
}
.BgClassName
{
background-color: #538FA0;
}
</style>
border-color css
<style>
span { border-color: #538FA0; }
span { border-color: rgb(83,143,160); }
td.TdClassName
{
border-color: #538FA0;
}
.TagClassName
{
border-color: #538FA0;
}
</style>