Shades of Havelock Blue #536FCB
Tints of Havelock Blue #536FCB
RGB
CMYK
RGB Variations
Color information
#536FCB (or 0x536FCB) is known color: Havelock Blue. HEX triplet: 53, 6F and CB. RGB value is (83,111,203). Sum of RGB (Red+Green+Blue) = 83+111+203=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #536FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FCB is #AC9034. Grayscale: #707070. Windows color (decimal): -11309109 or 13332307. OLE color: 13332307.
HSL color Cylindrical-coordinate representation of color #536FCB: hue angle of 226º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536FCB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 111 | 203 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.20 |
| HSL | 226º | 0.54% | 0.56% | - |
| HSV(B) | 226º | 0.59% | 0.8% | - |
| XYZ | 20.03 | 17.52 | 58.83 | - |
| YUV | 113.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 203 | 0.59 | 0.45 | 0 | 0.20 | 226 | 0.54 | 0.56 |
| Hex | 53 | 6F | CB | 3B | 2D | 0 | 14 | E2 | 36 | 38 |
| Octal | 123 | 157 | 313 | 73 | 55 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010011 | 1101111 | 11001011 | 111011 | 101101 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #536FCB
Complementary color
Monochromatic Colors of #536FCB
Black with #536FCB
Text Example
Text Example
White with #536FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FCB; }
p { color: rgb(83,111,203); }
H1.HeaderClassName
{
color: #536FCB;
}
.AnyTagClassName
{
color: #536FCB;
}
</style>
background-color css
<style>
a { background-color: #536FCB; }
a { background-color: rgb(83,111,203); }
div.DivClassName
{
background-color: #536FCB;
}
.BgClassName
{
background-color: #536FCB;
}
</style>
border-color css
<style>
span { border-color: #536FCB; }
span { border-color: rgb(83,111,203); }
td.TdClassName
{
border-color: #536FCB;
}
.TagClassName
{
border-color: #536FCB;
}
</style>