Shades of Chetwode Blue #586FC1
Tints of Chetwode Blue #586FC1
RGB
CMYK
RGB Variations
Color information
#586FC1 (or 0x586FC1) is known color: Chetwode Blue. HEX triplet: 58, 6F and C1. RGB value is (88,111,193). Sum of RGB (Red+Green+Blue) = 88+111+193=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #586FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FC1 is #A7903E. Grayscale: #717171. Windows color (decimal): -10981439 or 12676952. OLE color: 12676952.
HSL color Cylindrical-coordinate representation of color #586FC1: hue angle of 226.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #586FC1 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 111 | 193 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.24 |
| HSL | 226.86º | 0.46% | 0.55% | - |
| HSV(B) | 226.86º | 0.54% | 0.76% | - |
| XYZ | 19.33 | 17.29 | 52.77 | - |
| YUV | 113.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 193 | 0.54 | 0.42 | 0 | 0.24 | 226.86 | 0.46 | 0.55 |
| Hex | 58 | 6F | C1 | 36 | 2A | 0 | 18 | E3 | 2E | 37 |
| Octal | 130 | 157 | 301 | 66 | 52 | 0 | 30 | 343 | 56 | 67 |
| Binary | 1011000 | 1101111 | 11000001 | 110110 | 101010 | 0 | 11000 | 11100011 | 101110 | 110111 |
Color Harmonies of #586FC1
Complementary color
Monochromatic Colors of #586FC1
Black with #586FC1
Text Example
Text Example
White with #586FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FC1; }
p { color: rgb(88,111,193); }
H1.HeaderClassName
{
color: #586FC1;
}
.AnyTagClassName
{
color: #586FC1;
}
</style>
background-color css
<style>
a { background-color: #586FC1; }
a { background-color: rgb(88,111,193); }
div.DivClassName
{
background-color: #586FC1;
}
.BgClassName
{
background-color: #586FC1;
}
</style>
border-color css
<style>
span { border-color: #586FC1; }
span { border-color: rgb(88,111,193); }
td.TdClassName
{
border-color: #586FC1;
}
.TagClassName
{
border-color: #586FC1;
}
</style>