Shades of Havelock Blue #557BCA
Tints of Havelock Blue #557BCA
RGB
CMYK
RGB Variations
Color information
#557BCA (or 0x557BCA) is known color: Havelock Blue. HEX triplet: 55, 7B and CA. RGB value is (85,123,202). Sum of RGB (Red+Green+Blue) = 85+123+202=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #557BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BCA is #AA8435. Grayscale: #787878. Windows color (decimal): -11174966 or 13269845. OLE color: 13269845.
HSL color Cylindrical-coordinate representation of color #557BCA: hue angle of 220.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557BCA is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 123 | 202 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.21 |
| HSL | 220.51º | 0.52% | 0.56% | - |
| HSV(B) | 220.51º | 0.58% | 0.79% | - |
| XYZ | 21.49 | 20.36 | 58.67 | - |
| YUV | 120.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 202 | 0.58 | 0.39 | 0 | 0.21 | 220.51 | 0.52 | 0.56 |
| Hex | 55 | 7B | CA | 3A | 27 | 0 | 15 | DD | 34 | 38 |
| Octal | 125 | 173 | 312 | 72 | 47 | 0 | 25 | 335 | 64 | 70 |
| Binary | 1010101 | 1111011 | 11001010 | 111010 | 100111 | 0 | 10101 | 11011101 | 110100 | 111000 |
Color Harmonies of #557BCA
Complementary color
Monochromatic Colors of #557BCA
Black with #557BCA
Text Example
Text Example
White with #557BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BCA; }
p { color: rgb(85,123,202); }
H1.HeaderClassName
{
color: #557BCA;
}
.AnyTagClassName
{
color: #557BCA;
}
</style>
background-color css
<style>
a { background-color: #557BCA; }
a { background-color: rgb(85,123,202); }
div.DivClassName
{
background-color: #557BCA;
}
.BgClassName
{
background-color: #557BCA;
}
</style>
border-color css
<style>
span { border-color: #557BCA; }
span { border-color: rgb(85,123,202); }
td.TdClassName
{
border-color: #557BCA;
}
.TagClassName
{
border-color: #557BCA;
}
</style>