Shades of Hippie Blue #508F9D
Tints of Hippie Blue #508F9D
RGB
CMYK
RGB Variations
Color information
#508F9D (or 0x508F9D) is known color: Hippie Blue. HEX triplet: 50, 8F and 9D. RGB value is (80,143,157). Sum of RGB (Red+Green+Blue) = 80+143+157=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #508F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F9D is #AF7062. Grayscale: #7D7D7D. Windows color (decimal): -11497571 or 10325840. OLE color: 10325840.
HSL color Cylindrical-coordinate representation of color #508F9D: hue angle of 190.91º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508F9D is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 143 | 157 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.38 |
| HSL | 190.91º | 0.32% | 0.46% | - |
| HSV(B) | 190.91º | 0.49% | 0.62% | - |
| XYZ | 19.22 | 23.78 | 35.48 | - |
| YUV | 125.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 157 | 0.49 | 0.09 | 0 | 0.38 | 190.91 | 0.32 | 0.46 |
| Hex | 50 | 8F | 9D | 31 | 9 | 0 | 26 | BF | 20 | 2E |
| Octal | 120 | 217 | 235 | 61 | 11 | 0 | 46 | 277 | 40 | 56 |
| Binary | 1010000 | 10001111 | 10011101 | 110001 | 1001 | 0 | 100110 | 10111111 | 100000 | 101110 |
Color Harmonies of #508F9D
Complementary color
Monochromatic Colors of #508F9D
Black with #508F9D
Text Example
Text Example
White with #508F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F9D; }
p { color: rgb(80,143,157); }
H1.HeaderClassName
{
color: #508F9D;
}
.AnyTagClassName
{
color: #508F9D;
}
</style>
background-color css
<style>
a { background-color: #508F9D; }
a { background-color: rgb(80,143,157); }
div.DivClassName
{
background-color: #508F9D;
}
.BgClassName
{
background-color: #508F9D;
}
</style>
border-color css
<style>
span { border-color: #508F9D; }
span { border-color: rgb(80,143,157); }
td.TdClassName
{
border-color: #508F9D;
}
.TagClassName
{
border-color: #508F9D;
}
</style>