Shades of Hippie Blue #528190
Tints of Hippie Blue #528190
RGB
CMYK
RGB Variations
Color information
#528190 (or 0x528190) is known color: Hippie Blue. HEX triplet: 52, 81 and 90. RGB value is (82,129,144). Sum of RGB (Red+Green+Blue) = 82+129+144=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #528190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528190 is #AD7E6F. Grayscale: #747474. Windows color (decimal): -11370096 or 9470290. OLE color: 9470290.
HSL color Cylindrical-coordinate representation of color #528190: hue angle of 194.52º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528190 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 129 | 144 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.44 |
| HSL | 194.52º | 0.27% | 0.44% | - |
| HSV(B) | 194.52º | 0.43% | 0.56% | - |
| XYZ | 16.36 | 19.51 | 29.29 | - |
| YUV | 116.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 144 | 0.43 | 0.10 | 0 | 0.44 | 194.52 | 0.27 | 0.44 |
| Hex | 52 | 81 | 90 | 2B | A | 0 | 2C | C3 | 1B | 2C |
| Octal | 122 | 201 | 220 | 53 | 12 | 0 | 54 | 303 | 33 | 54 |
| Binary | 1010010 | 10000001 | 10010000 | 101011 | 1010 | 0 | 101100 | 11000011 | 11011 | 101100 |
Color Harmonies of #528190
Complementary color
Monochromatic Colors of #528190
Black with #528190
Text Example
Text Example
White with #528190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528190; }
p { color: rgb(82,129,144); }
H1.HeaderClassName
{
color: #528190;
}
.AnyTagClassName
{
color: #528190;
}
</style>
background-color css
<style>
a { background-color: #528190; }
a { background-color: rgb(82,129,144); }
div.DivClassName
{
background-color: #528190;
}
.BgClassName
{
background-color: #528190;
}
</style>
border-color css
<style>
span { border-color: #528190; }
span { border-color: rgb(82,129,144); }
td.TdClassName
{
border-color: #528190;
}
.TagClassName
{
border-color: #528190;
}
</style>