Shades of Chetwode Blue #5966AF
Tints of Chetwode Blue #5966AF
RGB
CMYK
RGB Variations
Color information
#5966AF (or 0x5966AF) is known color: Chetwode Blue. HEX triplet: 59, 66 and AF. RGB value is (89,102,175). Sum of RGB (Red+Green+Blue) = 89+102+175=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #5966AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5966AF is #A69950. Grayscale: #6A6A6A. Windows color (decimal): -10918225 or 11495001. OLE color: 11495001.
HSL color Cylindrical-coordinate representation of color #5966AF: hue angle of 230.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5966AF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 102 | 175 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.31 |
| HSL | 230.93º | 0.35% | 0.52% | - |
| HSV(B) | 230.93º | 0.49% | 0.69% | - |
| XYZ | 16.61 | 14.72 | 42.52 | - |
| YUV | 106.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 175 | 0.49 | 0.42 | 0 | 0.31 | 230.93 | 0.35 | 0.52 |
| Hex | 59 | 66 | AF | 31 | 2A | 0 | 1F | E7 | 23 | 34 |
| Octal | 131 | 146 | 257 | 61 | 52 | 0 | 37 | 347 | 43 | 64 |
| Binary | 1011001 | 1100110 | 10101111 | 110001 | 101010 | 0 | 11111 | 11100111 | 100011 | 110100 |
Color Harmonies of #5966AF
Complementary color
Monochromatic Colors of #5966AF
Black with #5966AF
Text Example
Text Example
White with #5966AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966AF; }
p { color: rgb(89,102,175); }
H1.HeaderClassName
{
color: #5966AF;
}
.AnyTagClassName
{
color: #5966AF;
}
</style>
background-color css
<style>
a { background-color: #5966AF; }
a { background-color: rgb(89,102,175); }
div.DivClassName
{
background-color: #5966AF;
}
.BgClassName
{
background-color: #5966AF;
}
</style>
border-color css
<style>
span { border-color: #5966AF; }
span { border-color: rgb(89,102,175); }
td.TdClassName
{
border-color: #5966AF;
}
.TagClassName
{
border-color: #5966AF;
}
</style>