Shades of Chetwode Blue #5866BC
Tints of Chetwode Blue #5866BC
RGB
CMYK
RGB Variations
Color information
#5866BC (or 0x5866BC) is known color: Chetwode Blue. HEX triplet: 58, 66 and BC. RGB value is (88,102,188). Sum of RGB (Red+Green+Blue) = 88+102+188=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5866BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866BC is #A79943. Grayscale: #6B6B6B. Windows color (decimal): -10983748 or 12346968. OLE color: 12346968.
HSL color Cylindrical-coordinate representation of color #5866BC: hue angle of 231.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5866BC is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 102 | 188 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.26 |
| HSL | 231.6º | 0.43% | 0.54% | - |
| HSV(B) | 231.6º | 0.53% | 0.74% | - |
| XYZ | 17.85 | 15.21 | 49.57 | - |
| YUV | 107.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 188 | 0.53 | 0.46 | 0 | 0.26 | 231.6 | 0.43 | 0.54 |
| Hex | 58 | 66 | BC | 35 | 2E | 0 | 1A | E8 | 2B | 36 |
| Octal | 130 | 146 | 274 | 65 | 56 | 0 | 32 | 350 | 53 | 66 |
| Binary | 1011000 | 1100110 | 10111100 | 110101 | 101110 | 0 | 11010 | 11101000 | 101011 | 110110 |
Color Harmonies of #5866BC
Complementary color
Monochromatic Colors of #5866BC
Black with #5866BC
Text Example
Text Example
White with #5866BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866BC; }
p { color: rgb(88,102,188); }
H1.HeaderClassName
{
color: #5866BC;
}
.AnyTagClassName
{
color: #5866BC;
}
</style>
background-color css
<style>
a { background-color: #5866BC; }
a { background-color: rgb(88,102,188); }
div.DivClassName
{
background-color: #5866BC;
}
.BgClassName
{
background-color: #5866BC;
}
</style>
border-color css
<style>
span { border-color: #5866BC; }
span { border-color: rgb(88,102,188); }
td.TdClassName
{
border-color: #5866BC;
}
.TagClassName
{
border-color: #5866BC;
}
</style>