Shades of Chetwode Blue #5967BD
Tints of Chetwode Blue #5967BD
RGB
CMYK
RGB Variations
Color information
#5967BD (or 0x5967BD) is known color: Chetwode Blue. HEX triplet: 59, 67 and BD. RGB value is (89,103,189). Sum of RGB (Red+Green+Blue) = 89+103+189=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #5967BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967BD is #A69842. Grayscale: #6C6C6C. Windows color (decimal): -10917955 or 12412761. OLE color: 12412761.
HSL color Cylindrical-coordinate representation of color #5967BD: hue angle of 231.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 #5967BD is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 103 | 189 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.26 |
| HSL | 231.6º | 0.43% | 0.55% | - |
| HSV(B) | 231.6º | 0.53% | 0.74% | - |
| XYZ | 18.16 | 15.5 | 50.18 | - |
| YUV | 108.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 189 | 0.53 | 0.46 | 0 | 0.26 | 231.6 | 0.43 | 0.55 |
| Hex | 59 | 67 | BD | 35 | 2E | 0 | 1A | E8 | 2B | 37 |
| Octal | 131 | 147 | 275 | 65 | 56 | 0 | 32 | 350 | 53 | 67 |
| Binary | 1011001 | 1100111 | 10111101 | 110101 | 101110 | 0 | 11010 | 11101000 | 101011 | 110111 |
Color Harmonies of #5967BD
Complementary color
Monochromatic Colors of #5967BD
Black with #5967BD
Text Example
Text Example
White with #5967BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967BD; }
p { color: rgb(89,103,189); }
H1.HeaderClassName
{
color: #5967BD;
}
.AnyTagClassName
{
color: #5967BD;
}
</style>
background-color css
<style>
a { background-color: #5967BD; }
a { background-color: rgb(89,103,189); }
div.DivClassName
{
background-color: #5967BD;
}
.BgClassName
{
background-color: #5967BD;
}
</style>
border-color css
<style>
span { border-color: #5967BD; }
span { border-color: rgb(89,103,189); }
td.TdClassName
{
border-color: #5967BD;
}
.TagClassName
{
border-color: #5967BD;
}
</style>