Shades of Chetwode Blue #5866AE
Tints of Chetwode Blue #5866AE
RGB
CMYK
RGB Variations
Color information
#5866AE (or 0x5866AE) is known color: Chetwode Blue. HEX triplet: 58, 66 and AE. RGB value is (88,102,174). Sum of RGB (Red+Green+Blue) = 88+102+174=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #5866AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5866AE is #A79951. Grayscale: #696969. Windows color (decimal): -10983762 or 11429464. OLE color: 11429464.
HSL color Cylindrical-coordinate representation of color #5866AE: hue angle of 230.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5866AE is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 102 | 174 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.32 |
| HSL | 230.23º | 0.35% | 0.51% | - |
| HSV(B) | 230.23º | 0.49% | 0.68% | - |
| XYZ | 16.42 | 14.63 | 42 | - |
| YUV | 106.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 174 | 0.49 | 0.41 | 0 | 0.32 | 230.23 | 0.35 | 0.51 |
| Hex | 58 | 66 | AE | 31 | 29 | 0 | 20 | E6 | 23 | 33 |
| Octal | 130 | 146 | 256 | 61 | 51 | 0 | 40 | 346 | 43 | 63 |
| Binary | 1011000 | 1100110 | 10101110 | 110001 | 101001 | 0 | 100000 | 11100110 | 100011 | 110011 |
Color Harmonies of #5866AE
Complementary color
Monochromatic Colors of #5866AE
Black with #5866AE
Text Example
Text Example
White with #5866AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866AE; }
p { color: rgb(88,102,174); }
H1.HeaderClassName
{
color: #5866AE;
}
.AnyTagClassName
{
color: #5866AE;
}
</style>
background-color css
<style>
a { background-color: #5866AE; }
a { background-color: rgb(88,102,174); }
div.DivClassName
{
background-color: #5866AE;
}
.BgClassName
{
background-color: #5866AE;
}
</style>
border-color css
<style>
span { border-color: #5866AE; }
span { border-color: rgb(88,102,174); }
td.TdClassName
{
border-color: #5866AE;
}
.TagClassName
{
border-color: #5866AE;
}
</style>