Shades of Hippie Blue #508297
Tints of Hippie Blue #508297
RGB
CMYK
RGB Variations
Color information
#508297 (or 0x508297) is known color: Hippie Blue. HEX triplet: 50, 82 and 97. RGB value is (80,130,151). Sum of RGB (Red+Green+Blue) = 80+130+151=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #508297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508297 is #AF7D68. Grayscale: #757575. Windows color (decimal): -11500905 or 9929296. OLE color: 9929296.
HSL color Cylindrical-coordinate representation of color #508297: hue angle of 197.75º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508297 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 130 | 151 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.41 |
| HSL | 197.75º | 0.31% | 0.45% | - |
| HSV(B) | 197.75º | 0.47% | 0.59% | - |
| XYZ | 16.88 | 19.91 | 32.23 | - |
| YUV | 117.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 151 | 0.47 | 0.14 | 0 | 0.41 | 197.75 | 0.31 | 0.45 |
| Hex | 50 | 82 | 97 | 2F | E | 0 | 29 | C6 | 1F | 2D |
| Octal | 120 | 202 | 227 | 57 | 16 | 0 | 51 | 306 | 37 | 55 |
| Binary | 1010000 | 10000010 | 10010111 | 101111 | 1110 | 0 | 101001 | 11000110 | 11111 | 101101 |
Color Harmonies of #508297
Complementary color
Monochromatic Colors of #508297
Black with #508297
Text Example
Text Example
White with #508297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508297; }
p { color: rgb(80,130,151); }
H1.HeaderClassName
{
color: #508297;
}
.AnyTagClassName
{
color: #508297;
}
</style>
background-color css
<style>
a { background-color: #508297; }
a { background-color: rgb(80,130,151); }
div.DivClassName
{
background-color: #508297;
}
.BgClassName
{
background-color: #508297;
}
</style>
border-color css
<style>
span { border-color: #508297; }
span { border-color: rgb(80,130,151); }
td.TdClassName
{
border-color: #508297;
}
.TagClassName
{
border-color: #508297;
}
</style>