Shades of Chetwode Blue #586EC6
Tints of Chetwode Blue #586EC6
RGB
CMYK
RGB Variations
Color information
#586EC6 (or 0x586EC6) is known color: Chetwode Blue. HEX triplet: 58, 6E and C6. RGB value is (88,110,198). Sum of RGB (Red+Green+Blue) = 88+110+198=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #586EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EC6 is #A79139. Grayscale: #717171. Windows color (decimal): -10981690 or 13004376. OLE color: 13004376.
HSL color Cylindrical-coordinate representation of color #586EC6: hue angle of 228º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #586EC6 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 110 | 198 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.22 |
| HSL | 228º | 0.49% | 0.56% | - |
| HSV(B) | 228º | 0.56% | 0.78% | - |
| XYZ | 19.79 | 17.3 | 55.72 | - |
| YUV | 113.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 198 | 0.56 | 0.44 | 0 | 0.22 | 228 | 0.49 | 0.56 |
| Hex | 58 | 6E | C6 | 38 | 2C | 0 | 16 | E4 | 31 | 38 |
| Octal | 130 | 156 | 306 | 70 | 54 | 0 | 26 | 344 | 61 | 70 |
| Binary | 1011000 | 1101110 | 11000110 | 111000 | 101100 | 0 | 10110 | 11100100 | 110001 | 111000 |
Color Harmonies of #586EC6
Complementary color
Monochromatic Colors of #586EC6
Black with #586EC6
Text Example
Text Example
White with #586EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EC6; }
p { color: rgb(88,110,198); }
H1.HeaderClassName
{
color: #586EC6;
}
.AnyTagClassName
{
color: #586EC6;
}
</style>
background-color css
<style>
a { background-color: #586EC6; }
a { background-color: rgb(88,110,198); }
div.DivClassName
{
background-color: #586EC6;
}
.BgClassName
{
background-color: #586EC6;
}
</style>
border-color css
<style>
span { border-color: #586EC6; }
span { border-color: rgb(88,110,198); }
td.TdClassName
{
border-color: #586EC6;
}
.TagClassName
{
border-color: #586EC6;
}
</style>