Shades of Havelock Blue #5C83BF
Tints of Havelock Blue #5C83BF
RGB
CMYK
RGB Variations
Color information
#5C83BF (or 0x5C83BF) is known color: Havelock Blue. HEX triplet: 5C, 83 and BF. RGB value is (92,131,191). Sum of RGB (Red+Green+Blue) = 92+131+191=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C83BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83BF is #A37C40. Grayscale: #7D7D7D. Windows color (decimal): -10714177 or 12551004. OLE color: 12551004.
HSL color Cylindrical-coordinate representation of color #5C83BF: hue angle of 216.36º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C83BF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 131 | 191 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.25 |
| HSL | 216.36º | 0.44% | 0.55% | - |
| HSV(B) | 216.36º | 0.52% | 0.75% | - |
| XYZ | 21.93 | 22.27 | 52.43 | - |
| YUV | 126.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 191 | 0.52 | 0.31 | 0 | 0.25 | 216.36 | 0.44 | 0.55 |
| Hex | 5C | 83 | BF | 34 | 1F | 0 | 19 | D8 | 2C | 37 |
| Octal | 134 | 203 | 277 | 64 | 37 | 0 | 31 | 330 | 54 | 67 |
| Binary | 1011100 | 10000011 | 10111111 | 110100 | 11111 | 0 | 11001 | 11011000 | 101100 | 110111 |
Color Harmonies of #5C83BF
Complementary color
Monochromatic Colors of #5C83BF
Black with #5C83BF
Text Example
Text Example
White with #5C83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C83BF; }
p { color: rgb(92,131,191); }
H1.HeaderClassName
{
color: #5C83BF;
}
.AnyTagClassName
{
color: #5C83BF;
}
</style>
background-color css
<style>
a { background-color: #5C83BF; }
a { background-color: rgb(92,131,191); }
div.DivClassName
{
background-color: #5C83BF;
}
.BgClassName
{
background-color: #5C83BF;
}
</style>
border-color css
<style>
span { border-color: #5C83BF; }
span { border-color: rgb(92,131,191); }
td.TdClassName
{
border-color: #5C83BF;
}
.TagClassName
{
border-color: #5C83BF;
}
</style>