Shades of Hippie Blue #538FA2
Tints of Hippie Blue #538FA2
RGB
CMYK
RGB Variations
Color information
#538FA2 (or 0x538FA2) is known color: Hippie Blue. HEX triplet: 53, 8F and A2. RGB value is (83,143,162). Sum of RGB (Red+Green+Blue) = 83+143+162=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #538FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FA2 is #AC705D. Grayscale: #7F7F7F. Windows color (decimal): -11300958 or 10653523. OLE color: 10653523.
HSL color Cylindrical-coordinate representation of color #538FA2: hue angle of 194.43º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538FA2 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 143 | 162 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.36 |
| HSL | 194.43º | 0.32% | 0.48% | - |
| HSV(B) | 194.43º | 0.49% | 0.64% | - |
| XYZ | 19.91 | 24.09 | 37.78 | - |
| YUV | 127.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 162 | 0.49 | 0.12 | 0 | 0.36 | 194.43 | 0.32 | 0.48 |
| Hex | 53 | 8F | A2 | 31 | C | 0 | 24 | C2 | 20 | 30 |
| Octal | 123 | 217 | 242 | 61 | 14 | 0 | 44 | 302 | 40 | 60 |
| Binary | 1010011 | 10001111 | 10100010 | 110001 | 1100 | 0 | 100100 | 11000010 | 100000 | 110000 |
Color Harmonies of #538FA2
Complementary color
Monochromatic Colors of #538FA2
Black with #538FA2
Text Example
Text Example
White with #538FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FA2; }
p { color: rgb(83,143,162); }
H1.HeaderClassName
{
color: #538FA2;
}
.AnyTagClassName
{
color: #538FA2;
}
</style>
background-color css
<style>
a { background-color: #538FA2; }
a { background-color: rgb(83,143,162); }
div.DivClassName
{
background-color: #538FA2;
}
.BgClassName
{
background-color: #538FA2;
}
</style>
border-color css
<style>
span { border-color: #538FA2; }
span { border-color: rgb(83,143,162); }
td.TdClassName
{
border-color: #538FA2;
}
.TagClassName
{
border-color: #538FA2;
}
</style>