Shades of Havelock Blue #5F83C4
Tints of Havelock Blue #5F83C4
RGB
CMYK
RGB Variations
Color information
#5F83C4 (or 0x5F83C4) is known color: Havelock Blue. HEX triplet: 5F, 83 and C4. RGB value is (95,131,196). Sum of RGB (Red+Green+Blue) = 95+131+196=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #5F83C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F83C4 is #A07C3B. Grayscale: #7F7F7F. Windows color (decimal): -10517564 or 12878687. OLE color: 12878687.
HSL color Cylindrical-coordinate representation of color #5F83C4: hue angle of 218.61º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F83C4 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 131 | 196 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.23 |
| HSL | 218.61º | 0.46% | 0.57% | - |
| HSV(B) | 218.61º | 0.52% | 0.77% | - |
| XYZ | 22.8 | 22.65 | 55.39 | - |
| YUV | 127.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 196 | 0.52 | 0.33 | 0 | 0.23 | 218.61 | 0.46 | 0.57 |
| Hex | 5F | 83 | C4 | 34 | 21 | 0 | 17 | DB | 2E | 39 |
| Octal | 137 | 203 | 304 | 64 | 41 | 0 | 27 | 333 | 56 | 71 |
| Binary | 1011111 | 10000011 | 11000100 | 110100 | 100001 | 0 | 10111 | 11011011 | 101110 | 111001 |
Color Harmonies of #5F83C4
Complementary color
Monochromatic Colors of #5F83C4
Black with #5F83C4
Text Example
Text Example
White with #5F83C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F83C4; }
p { color: rgb(95,131,196); }
H1.HeaderClassName
{
color: #5F83C4;
}
.AnyTagClassName
{
color: #5F83C4;
}
</style>
background-color css
<style>
a { background-color: #5F83C4; }
a { background-color: rgb(95,131,196); }
div.DivClassName
{
background-color: #5F83C4;
}
.BgClassName
{
background-color: #5F83C4;
}
</style>
border-color css
<style>
span { border-color: #5F83C4; }
span { border-color: rgb(95,131,196); }
td.TdClassName
{
border-color: #5F83C4;
}
.TagClassName
{
border-color: #5F83C4;
}
</style>