Shades of Chetwode Blue #5967CC
Tints of Chetwode Blue #5967CC
RGB
CMYK
RGB Variations
Color information
#5967CC (or 0x5967CC) is known color: Chetwode Blue. HEX triplet: 59, 67 and CC. RGB value is (89,103,204). Sum of RGB (Red+Green+Blue) = 89+103+204=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #5967CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967CC is #A69833. Grayscale: #6D6D6D. Windows color (decimal): -10917940 or 13395801. OLE color: 13395801.
HSL color Cylindrical-coordinate representation of color #5967CC: hue angle of 232.7º degrees, saturation: 0.53, 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 #5967CC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 103 | 204 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.2 |
| HSL | 232.7º | 0.53% | 0.57% | - |
| HSV(B) | 232.7º | 0.56% | 0.8% | - |
| XYZ | 19.87 | 16.18 | 59.2 | - |
| YUV | 110.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 204 | 0.56 | 0.50 | 0 | 0.2 | 232.7 | 0.53 | 0.57 |
| Hex | 59 | 67 | CC | 38 | 32 | 0 | 14 | E9 | 35 | 39 |
| Octal | 131 | 147 | 314 | 70 | 62 | 0 | 24 | 351 | 65 | 71 |
| Binary | 1011001 | 1100111 | 11001100 | 111000 | 110010 | 0 | 10100 | 11101001 | 110101 | 111001 |
Color Harmonies of #5967CC
Complementary color
Monochromatic Colors of #5967CC
Black with #5967CC
Text Example
Text Example
White with #5967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967CC; }
p { color: rgb(89,103,204); }
H1.HeaderClassName
{
color: #5967CC;
}
.AnyTagClassName
{
color: #5967CC;
}
</style>
background-color css
<style>
a { background-color: #5967CC; }
a { background-color: rgb(89,103,204); }
div.DivClassName
{
background-color: #5967CC;
}
.BgClassName
{
background-color: #5967CC;
}
</style>
border-color css
<style>
span { border-color: #5967CC; }
span { border-color: rgb(89,103,204); }
td.TdClassName
{
border-color: #5967CC;
}
.TagClassName
{
border-color: #5967CC;
}
</style>