Shades of Havelock Blue #5D83CC
Tints of Havelock Blue #5D83CC
RGB
CMYK
RGB Variations
Color information
#5D83CC (or 0x5D83CC) is known color: Havelock Blue. HEX triplet: 5D, 83 and CC. RGB value is (93,131,204). Sum of RGB (Red+Green+Blue) = 93+131+204=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D83CC is #A27C33. Grayscale: #7F7F7F. Windows color (decimal): -10648628 or 13402973. OLE color: 13402973.
HSL color Cylindrical-coordinate representation of color #5D83CC: hue angle of 219.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D83CC is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 131 | 204 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.2 |
| HSL | 219.46º | 0.52% | 0.58% | - |
| HSV(B) | 219.46º | 0.54% | 0.8% | - |
| XYZ | 23.53 | 22.92 | 60.31 | - |
| YUV | 127.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 204 | 0.54 | 0.36 | 0 | 0.2 | 219.46 | 0.52 | 0.58 |
| Hex | 5D | 83 | CC | 36 | 24 | 0 | 14 | DB | 34 | 3A |
| Octal | 135 | 203 | 314 | 66 | 44 | 0 | 24 | 333 | 64 | 72 |
| Binary | 1011101 | 10000011 | 11001100 | 110110 | 100100 | 0 | 10100 | 11011011 | 110100 | 111010 |
Color Harmonies of #5D83CC
Complementary color
Monochromatic Colors of #5D83CC
Black with #5D83CC
Text Example
Text Example
White with #5D83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D83CC; }
p { color: rgb(93,131,204); }
H1.HeaderClassName
{
color: #5D83CC;
}
.AnyTagClassName
{
color: #5D83CC;
}
</style>
background-color css
<style>
a { background-color: #5D83CC; }
a { background-color: rgb(93,131,204); }
div.DivClassName
{
background-color: #5D83CC;
}
.BgClassName
{
background-color: #5D83CC;
}
</style>
border-color css
<style>
span { border-color: #5D83CC; }
span { border-color: rgb(93,131,204); }
td.TdClassName
{
border-color: #5D83CC;
}
.TagClassName
{
border-color: #5D83CC;
}
</style>