Shades of Hippie Blue #508B9B
Tints of Hippie Blue #508B9B
RGB
CMYK
RGB Variations
Color information
#508B9B (or 0x508B9B) is known color: Hippie Blue. HEX triplet: 50, 8B and 9B. RGB value is (80,139,155). Sum of RGB (Red+Green+Blue) = 80+139+155=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #508B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B9B is #AF7464. Grayscale: #7B7B7B. Windows color (decimal): -11498597 or 10193744. OLE color: 10193744.
HSL color Cylindrical-coordinate representation of color #508B9B: hue angle of 192.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508B9B is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 139 | 155 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.39 |
| HSL | 192.8º | 0.32% | 0.46% | - |
| HSV(B) | 192.8º | 0.48% | 0.61% | - |
| XYZ | 18.46 | 22.54 | 34.39 | - |
| YUV | 123.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 155 | 0.48 | 0.10 | 0 | 0.39 | 192.8 | 0.32 | 0.46 |
| Hex | 50 | 8B | 9B | 30 | A | 0 | 27 | C1 | 20 | 2E |
| Octal | 120 | 213 | 233 | 60 | 12 | 0 | 47 | 301 | 40 | 56 |
| Binary | 1010000 | 10001011 | 10011011 | 110000 | 1010 | 0 | 100111 | 11000001 | 100000 | 101110 |
Color Harmonies of #508B9B
Complementary color
Monochromatic Colors of #508B9B
Black with #508B9B
Text Example
Text Example
White with #508B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B9B; }
p { color: rgb(80,139,155); }
H1.HeaderClassName
{
color: #508B9B;
}
.AnyTagClassName
{
color: #508B9B;
}
</style>
background-color css
<style>
a { background-color: #508B9B; }
a { background-color: rgb(80,139,155); }
div.DivClassName
{
background-color: #508B9B;
}
.BgClassName
{
background-color: #508B9B;
}
</style>
border-color css
<style>
span { border-color: #508B9B; }
span { border-color: rgb(80,139,155); }
td.TdClassName
{
border-color: #508B9B;
}
.TagClassName
{
border-color: #508B9B;
}
</style>