Shades of Chetwode Blue #5962BD
Tints of Chetwode Blue #5962BD
RGB
CMYK
RGB Variations
Color information
#5962BD (or 0x5962BD) is known color: Chetwode Blue. HEX triplet: 59, 62 and BD. RGB value is (89,98,189). Sum of RGB (Red+Green+Blue) = 89+98+189=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #5962BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5962BD is #A69D42. Grayscale: #696969. Windows color (decimal): -10919235 or 12411481. OLE color: 12411481.
HSL color Cylindrical-coordinate representation of color #5962BD: hue angle of 234.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5962BD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 98 | 189 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.26 |
| HSL | 234.6º | 0.43% | 0.55% | - |
| HSV(B) | 234.6º | 0.53% | 0.74% | - |
| XYZ | 17.67 | 14.53 | 50.02 | - |
| YUV | 105.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 189 | 0.53 | 0.48 | 0 | 0.26 | 234.6 | 0.43 | 0.55 |
| Hex | 59 | 62 | BD | 35 | 30 | 0 | 1A | EB | 2B | 37 |
| Octal | 131 | 142 | 275 | 65 | 60 | 0 | 32 | 353 | 53 | 67 |
| Binary | 1011001 | 1100010 | 10111101 | 110101 | 110000 | 0 | 11010 | 11101011 | 101011 | 110111 |
Color Harmonies of #5962BD
Complementary color
Monochromatic Colors of #5962BD
Black with #5962BD
Text Example
Text Example
White with #5962BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5962BD; }
p { color: rgb(89,98,189); }
H1.HeaderClassName
{
color: #5962BD;
}
.AnyTagClassName
{
color: #5962BD;
}
</style>
background-color css
<style>
a { background-color: #5962BD; }
a { background-color: rgb(89,98,189); }
div.DivClassName
{
background-color: #5962BD;
}
.BgClassName
{
background-color: #5962BD;
}
</style>
border-color css
<style>
span { border-color: #5962BD; }
span { border-color: rgb(89,98,189); }
td.TdClassName
{
border-color: #5962BD;
}
.TagClassName
{
border-color: #5962BD;
}
</style>