Shades of Havelock Blue #5C81CD
Tints of Havelock Blue #5C81CD
RGB
CMYK
RGB Variations
Color information
#5C81CD (or 0x5C81CD) is known color: Havelock Blue. HEX triplet: 5C, 81 and CD. RGB value is (92,129,205). Sum of RGB (Red+Green+Blue) = 92+129+205=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C81CD is #A37E32. Grayscale: #7E7E7E. Windows color (decimal): -10714675 or 13467996. OLE color: 13467996.
HSL color Cylindrical-coordinate representation of color #5C81CD: hue angle of 220.35º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C81CD is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 129 | 205 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.20 |
| HSL | 220.35º | 0.53% | 0.58% | - |
| HSV(B) | 220.35º | 0.55% | 0.8% | - |
| XYZ | 23.28 | 22.38 | 60.85 | - |
| YUV | 126.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 129 | 205 | 0.55 | 0.37 | 0 | 0.20 | 220.35 | 0.53 | 0.58 |
| Hex | 5C | 81 | CD | 37 | 25 | 0 | 14 | DC | 35 | 3A |
| Octal | 134 | 201 | 315 | 67 | 45 | 0 | 24 | 334 | 65 | 72 |
| Binary | 1011100 | 10000001 | 11001101 | 110111 | 100101 | 0 | 10100 | 11011100 | 110101 | 111010 |
Color Harmonies of #5C81CD
Complementary color
Monochromatic Colors of #5C81CD
Black with #5C81CD
Text Example
Text Example
White with #5C81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C81CD; }
p { color: rgb(92,129,205); }
H1.HeaderClassName
{
color: #5C81CD;
}
.AnyTagClassName
{
color: #5C81CD;
}
</style>
background-color css
<style>
a { background-color: #5C81CD; }
a { background-color: rgb(92,129,205); }
div.DivClassName
{
background-color: #5C81CD;
}
.BgClassName
{
background-color: #5C81CD;
}
</style>
border-color css
<style>
span { border-color: #5C81CD; }
span { border-color: rgb(92,129,205); }
td.TdClassName
{
border-color: #5C81CD;
}
.TagClassName
{
border-color: #5C81CD;
}
</style>