Shades of Havelock Blue #5075B4
Tints of Havelock Blue #5075B4
RGB
CMYK
RGB Variations
Color information
#5075B4 (or 0x5075B4) is known color: Havelock Blue. HEX triplet: 50, 75 and B4. RGB value is (80,117,180). Sum of RGB (Red+Green+Blue) = 80+117+180=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #5075B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075B4 is #AF8A4B. Grayscale: #707070. Windows color (decimal): -11504204 or 11826512. OLE color: 11826512.
HSL color Cylindrical-coordinate representation of color #5075B4: hue angle of 217.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5075B4 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 117 | 180 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.29 |
| HSL | 217.8º | 0.4% | 0.51% | - |
| HSV(B) | 217.8º | 0.56% | 0.71% | - |
| XYZ | 17.91 | 17.72 | 45.66 | - |
| YUV | 113.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 180 | 0.56 | 0.35 | 0 | 0.29 | 217.8 | 0.4 | 0.51 |
| Hex | 50 | 75 | B4 | 38 | 23 | 0 | 1D | DA | 28 | 33 |
| Octal | 120 | 165 | 264 | 70 | 43 | 0 | 35 | 332 | 50 | 63 |
| Binary | 1010000 | 1110101 | 10110100 | 111000 | 100011 | 0 | 11101 | 11011010 | 101000 | 110011 |
Color Harmonies of #5075B4
Complementary color
Monochromatic Colors of #5075B4
Black with #5075B4
Text Example
Text Example
White with #5075B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075B4; }
p { color: rgb(80,117,180); }
H1.HeaderClassName
{
color: #5075B4;
}
.AnyTagClassName
{
color: #5075B4;
}
</style>
background-color css
<style>
a { background-color: #5075B4; }
a { background-color: rgb(80,117,180); }
div.DivClassName
{
background-color: #5075B4;
}
.BgClassName
{
background-color: #5075B4;
}
</style>
border-color css
<style>
span { border-color: #5075B4; }
span { border-color: rgb(80,117,180); }
td.TdClassName
{
border-color: #5075B4;
}
.TagClassName
{
border-color: #5075B4;
}
</style>