Shades of Hippie Blue #527F99
Tints of Hippie Blue #527F99
RGB
CMYK
RGB Variations
Color information
#527F99 (or 0x527F99) is known color: Hippie Blue. HEX triplet: 52, 7F and 99. RGB value is (82,127,153). Sum of RGB (Red+Green+Blue) = 82+127+153=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #527F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F99 is #AD8066. Grayscale: #747474. Windows color (decimal): -11370599 or 10059602. OLE color: 10059602.
HSL color Cylindrical-coordinate representation of color #527F99: hue angle of 201.97º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527F99 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 127 | 153 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.4 |
| HSL | 201.97º | 0.3% | 0.46% | - |
| HSV(B) | 201.97º | 0.46% | 0.6% | - |
| XYZ | 16.82 | 19.27 | 32.97 | - |
| YUV | 116.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 153 | 0.46 | 0.17 | 0 | 0.4 | 201.97 | 0.3 | 0.46 |
| Hex | 52 | 7F | 99 | 2E | 11 | 0 | 28 | CA | 1E | 2E |
| Octal | 122 | 177 | 231 | 56 | 21 | 0 | 50 | 312 | 36 | 56 |
| Binary | 1010010 | 1111111 | 10011001 | 101110 | 10001 | 0 | 101000 | 11001010 | 11110 | 101110 |
Color Harmonies of #527F99
Complementary color
Monochromatic Colors of #527F99
Black with #527F99
Text Example
Text Example
White with #527F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F99; }
p { color: rgb(82,127,153); }
H1.HeaderClassName
{
color: #527F99;
}
.AnyTagClassName
{
color: #527F99;
}
</style>
background-color css
<style>
a { background-color: #527F99; }
a { background-color: rgb(82,127,153); }
div.DivClassName
{
background-color: #527F99;
}
.BgClassName
{
background-color: #527F99;
}
</style>
border-color css
<style>
span { border-color: #527F99; }
span { border-color: rgb(82,127,153); }
td.TdClassName
{
border-color: #527F99;
}
.TagClassName
{
border-color: #527F99;
}
</style>