Shades of Havelock Blue #5075C1
Tints of Havelock Blue #5075C1
RGB
CMYK
RGB Variations
Color information
#5075C1 (or 0x5075C1) is known color: Havelock Blue. HEX triplet: 50, 75 and C1. RGB value is (80,117,193). Sum of RGB (Red+Green+Blue) = 80+117+193=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #5075C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075C1 is #AF8A3E. Grayscale: #727272. Windows color (decimal): -11504191 or 12678480. OLE color: 12678480.
HSL color Cylindrical-coordinate representation of color #5075C1: hue angle of 220.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5075C1 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 117 | 193 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.24 |
| HSL | 220.35º | 0.48% | 0.54% | - |
| HSV(B) | 220.35º | 0.59% | 0.76% | - |
| XYZ | 19.3 | 18.28 | 52.96 | - |
| YUV | 114.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 193 | 0.59 | 0.39 | 0 | 0.24 | 220.35 | 0.48 | 0.54 |
| Hex | 50 | 75 | C1 | 3B | 27 | 0 | 18 | DC | 30 | 36 |
| Octal | 120 | 165 | 301 | 73 | 47 | 0 | 30 | 334 | 60 | 66 |
| Binary | 1010000 | 1110101 | 11000001 | 111011 | 100111 | 0 | 11000 | 11011100 | 110000 | 110110 |
Color Harmonies of #5075C1
Complementary color
Monochromatic Colors of #5075C1
Black with #5075C1
Text Example
Text Example
White with #5075C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075C1; }
p { color: rgb(80,117,193); }
H1.HeaderClassName
{
color: #5075C1;
}
.AnyTagClassName
{
color: #5075C1;
}
</style>
background-color css
<style>
a { background-color: #5075C1; }
a { background-color: rgb(80,117,193); }
div.DivClassName
{
background-color: #5075C1;
}
.BgClassName
{
background-color: #5075C1;
}
</style>
border-color css
<style>
span { border-color: #5075C1; }
span { border-color: rgb(80,117,193); }
td.TdClassName
{
border-color: #5075C1;
}
.TagClassName
{
border-color: #5075C1;
}
</style>