Shades of Havelock Blue #5089CD
Tints of Havelock Blue #5089CD
RGB
CMYK
RGB Variations
Color information
#5089CD (or 0x5089CD) is known color: Havelock Blue. HEX triplet: 50, 89 and CD. RGB value is (80,137,205). Sum of RGB (Red+Green+Blue) = 80+137+205=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #5089CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089CD is #AF7632. Grayscale: #7F7F7F. Windows color (decimal): -11499059 or 13470032. OLE color: 13470032.
HSL color Cylindrical-coordinate representation of color #5089CD: hue angle of 212.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5089CD is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 137 | 205 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.20 |
| HSL | 212.64º | 0.56% | 0.56% | - |
| HSV(B) | 212.64º | 0.61% | 0.8% | - |
| XYZ | 23.27 | 24 | 61.16 | - |
| YUV | 127.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 205 | 0.61 | 0.33 | 0 | 0.20 | 212.64 | 0.56 | 0.56 |
| Hex | 50 | 89 | CD | 3D | 21 | 0 | 14 | D5 | 38 | 38 |
| Octal | 120 | 211 | 315 | 75 | 41 | 0 | 24 | 325 | 70 | 70 |
| Binary | 1010000 | 10001001 | 11001101 | 111101 | 100001 | 0 | 10100 | 11010101 | 111000 | 111000 |
Color Harmonies of #5089CD
Complementary color
Monochromatic Colors of #5089CD
Black with #5089CD
Text Example
Text Example
White with #5089CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5089CD; }
p { color: rgb(80,137,205); }
H1.HeaderClassName
{
color: #5089CD;
}
.AnyTagClassName
{
color: #5089CD;
}
</style>
background-color css
<style>
a { background-color: #5089CD; }
a { background-color: rgb(80,137,205); }
div.DivClassName
{
background-color: #5089CD;
}
.BgClassName
{
background-color: #5089CD;
}
</style>
border-color css
<style>
span { border-color: #5089CD; }
span { border-color: rgb(80,137,205); }
td.TdClassName
{
border-color: #5089CD;
}
.TagClassName
{
border-color: #5089CD;
}
</style>