Shades of Hippie Blue #508C99
Tints of Hippie Blue #508C99
RGB
CMYK
RGB Variations
Color information
#508C99 (or 0x508C99) is known color: Hippie Blue. HEX triplet: 50, 8C and 99. RGB value is (80,140,153). Sum of RGB (Red+Green+Blue) = 80+140+153=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #508C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C99 is #AF7366. Grayscale: #7B7B7B. Windows color (decimal): -11498343 or 10062928. OLE color: 10062928.
HSL color Cylindrical-coordinate representation of color #508C99: hue angle of 190.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508C99 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 140 | 153 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.4 |
| HSL | 190.68º | 0.31% | 0.46% | - |
| HSV(B) | 190.68º | 0.48% | 0.6% | - |
| XYZ | 18.44 | 22.76 | 33.56 | - |
| YUV | 123.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 153 | 0.48 | 0.08 | 0 | 0.4 | 190.68 | 0.31 | 0.46 |
| Hex | 50 | 8C | 99 | 30 | 8 | 0 | 28 | BF | 1F | 2E |
| Octal | 120 | 214 | 231 | 60 | 10 | 0 | 50 | 277 | 37 | 56 |
| Binary | 1010000 | 10001100 | 10011001 | 110000 | 1000 | 0 | 101000 | 10111111 | 11111 | 101110 |
Color Harmonies of #508C99
Complementary color
Monochromatic Colors of #508C99
Black with #508C99
Text Example
Text Example
White with #508C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C99; }
p { color: rgb(80,140,153); }
H1.HeaderClassName
{
color: #508C99;
}
.AnyTagClassName
{
color: #508C99;
}
</style>
background-color css
<style>
a { background-color: #508C99; }
a { background-color: rgb(80,140,153); }
div.DivClassName
{
background-color: #508C99;
}
.BgClassName
{
background-color: #508C99;
}
</style>
border-color css
<style>
span { border-color: #508C99; }
span { border-color: rgb(80,140,153); }
td.TdClassName
{
border-color: #508C99;
}
.TagClassName
{
border-color: #508C99;
}
</style>