Shades of Havelock Blue #5383C6
Tints of Havelock Blue #5383C6
RGB
CMYK
RGB Variations
Color information
#5383C6 (or 0x5383C6) is known color: Havelock Blue. HEX triplet: 53, 83 and C6. RGB value is (83,131,198). Sum of RGB (Red+Green+Blue) = 83+131+198=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #5383C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383C6 is #AC7C39. Grayscale: #7B7B7B. Windows color (decimal): -11303994 or 13009747. OLE color: 13009747.
HSL color Cylindrical-coordinate representation of color #5383C6: hue angle of 214.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5383C6 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 131 | 198 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.22 |
| HSL | 214.96º | 0.5% | 0.55% | - |
| HSV(B) | 214.96º | 0.58% | 0.78% | - |
| XYZ | 21.88 | 22.15 | 56.55 | - |
| YUV | 124.29 | 169.6 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 198 | 0.58 | 0.34 | 0 | 0.22 | 214.96 | 0.5 | 0.55 |
| Hex | 53 | 83 | C6 | 3A | 22 | 0 | 16 | D7 | 32 | 37 |
| Octal | 123 | 203 | 306 | 72 | 42 | 0 | 26 | 327 | 62 | 67 |
| Binary | 1010011 | 10000011 | 11000110 | 111010 | 100010 | 0 | 10110 | 11010111 | 110010 | 110111 |
Color Harmonies of #5383C6
Complementary color
Monochromatic Colors of #5383C6
Black with #5383C6
Text Example
Text Example
White with #5383C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5383C6; }
p { color: rgb(83,131,198); }
H1.HeaderClassName
{
color: #5383C6;
}
.AnyTagClassName
{
color: #5383C6;
}
</style>
background-color css
<style>
a { background-color: #5383C6; }
a { background-color: rgb(83,131,198); }
div.DivClassName
{
background-color: #5383C6;
}
.BgClassName
{
background-color: #5383C6;
}
</style>
border-color css
<style>
span { border-color: #5383C6; }
span { border-color: rgb(83,131,198); }
td.TdClassName
{
border-color: #5383C6;
}
.TagClassName
{
border-color: #5383C6;
}
</style>