Shades of Havelock Blue #507BBE
Tints of Havelock Blue #507BBE
RGB
CMYK
RGB Variations
Color information
#507BBE (or 0x507BBE) is known color: Havelock Blue. HEX triplet: 50, 7B and BE. RGB value is (80,123,190). Sum of RGB (Red+Green+Blue) = 80+123+190=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #507BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BBE is #AF8441. Grayscale: #757575. Windows color (decimal): -11502658 or 12483408. OLE color: 12483408.
HSL color Cylindrical-coordinate representation of color #507BBE: hue angle of 216.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507BBE is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 123 | 190 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.25 |
| HSL | 216.55º | 0.46% | 0.53% | - |
| HSV(B) | 216.55º | 0.58% | 0.75% | - |
| XYZ | 19.69 | 19.59 | 51.46 | - |
| YUV | 117.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 190 | 0.58 | 0.35 | 0 | 0.25 | 216.55 | 0.46 | 0.53 |
| Hex | 50 | 7B | BE | 3A | 23 | 0 | 19 | D9 | 2E | 35 |
| Octal | 120 | 173 | 276 | 72 | 43 | 0 | 31 | 331 | 56 | 65 |
| Binary | 1010000 | 1111011 | 10111110 | 111010 | 100011 | 0 | 11001 | 11011001 | 101110 | 110101 |
Color Harmonies of #507BBE
Complementary color
Monochromatic Colors of #507BBE
Black with #507BBE
Text Example
Text Example
White with #507BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BBE; }
p { color: rgb(80,123,190); }
H1.HeaderClassName
{
color: #507BBE;
}
.AnyTagClassName
{
color: #507BBE;
}
</style>
background-color css
<style>
a { background-color: #507BBE; }
a { background-color: rgb(80,123,190); }
div.DivClassName
{
background-color: #507BBE;
}
.BgClassName
{
background-color: #507BBE;
}
</style>
border-color css
<style>
span { border-color: #507BBE; }
span { border-color: rgb(80,123,190); }
td.TdClassName
{
border-color: #507BBE;
}
.TagClassName
{
border-color: #507BBE;
}
</style>