Shades of Chetwode Blue #5969CB
Tints of Chetwode Blue #5969CB
RGB
CMYK
RGB Variations
Color information
#5969CB (or 0x5969CB) is known color: Chetwode Blue. HEX triplet: 59, 69 and CB. RGB value is (89,105,203). Sum of RGB (Red+Green+Blue) = 89+105+203=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 105 (41.41% from 255 or 26.45% 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 #5969CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969CB is #A69634. Grayscale: #6E6E6E. Windows color (decimal): -10917429 or 13330777. OLE color: 13330777.
HSL color Cylindrical-coordinate representation of color #5969CB: hue angle of 231.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5969CB is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 105 | 203 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.20 |
| HSL | 231.58º | 0.52% | 0.57% | - |
| HSV(B) | 231.58º | 0.56% | 0.8% | - |
| XYZ | 19.95 | 16.54 | 58.64 | - |
| YUV | 111.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 203 | 0.56 | 0.48 | 0 | 0.20 | 231.58 | 0.52 | 0.57 |
| Hex | 59 | 69 | CB | 38 | 30 | 0 | 14 | E8 | 34 | 39 |
| Octal | 131 | 151 | 313 | 70 | 60 | 0 | 24 | 350 | 64 | 71 |
| Binary | 1011001 | 1101001 | 11001011 | 111000 | 110000 | 0 | 10100 | 11101000 | 110100 | 111001 |
Color Harmonies of #5969CB
Complementary color
Monochromatic Colors of #5969CB
Black with #5969CB
Text Example
Text Example
White with #5969CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5969CB; }
p { color: rgb(89,105,203); }
H1.HeaderClassName
{
color: #5969CB;
}
.AnyTagClassName
{
color: #5969CB;
}
</style>
background-color css
<style>
a { background-color: #5969CB; }
a { background-color: rgb(89,105,203); }
div.DivClassName
{
background-color: #5969CB;
}
.BgClassName
{
background-color: #5969CB;
}
</style>
border-color css
<style>
span { border-color: #5969CB; }
span { border-color: rgb(89,105,203); }
td.TdClassName
{
border-color: #5969CB;
}
.TagClassName
{
border-color: #5969CB;
}
</style>