Shades of Chetwode Blue #5968AB
Tints of Chetwode Blue #5968AB
RGB
CMYK
RGB Variations
Color information
#5968AB (or 0x5968AB) is known color: Chetwode Blue. HEX triplet: 59, 68 and AB. RGB value is (89,104,171). Sum of RGB (Red+Green+Blue) = 89+104+171=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #5968AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5968AB is #A69754. Grayscale: #6A6A6A. Windows color (decimal): -10917717 or 11233369. OLE color: 11233369.
HSL color Cylindrical-coordinate representation of color #5968AB: hue angle of 229.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5968AB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 104 | 171 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.33 |
| HSL | 229.02º | 0.33% | 0.51% | - |
| HSV(B) | 229.02º | 0.48% | 0.67% | - |
| XYZ | 16.42 | 14.96 | 40.55 | - |
| YUV | 107.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 171 | 0.48 | 0.39 | 0 | 0.33 | 229.02 | 0.33 | 0.51 |
| Hex | 59 | 68 | AB | 30 | 27 | 0 | 21 | E5 | 21 | 33 |
| Octal | 131 | 150 | 253 | 60 | 47 | 0 | 41 | 345 | 41 | 63 |
| Binary | 1011001 | 1101000 | 10101011 | 110000 | 100111 | 0 | 100001 | 11100101 | 100001 | 110011 |
Color Harmonies of #5968AB
Complementary color
Monochromatic Colors of #5968AB
Black with #5968AB
Text Example
Text Example
White with #5968AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5968AB; }
p { color: rgb(89,104,171); }
H1.HeaderClassName
{
color: #5968AB;
}
.AnyTagClassName
{
color: #5968AB;
}
</style>
background-color css
<style>
a { background-color: #5968AB; }
a { background-color: rgb(89,104,171); }
div.DivClassName
{
background-color: #5968AB;
}
.BgClassName
{
background-color: #5968AB;
}
</style>
border-color css
<style>
span { border-color: #5968AB; }
span { border-color: rgb(89,104,171); }
td.TdClassName
{
border-color: #5968AB;
}
.TagClassName
{
border-color: #5968AB;
}
</style>