Shades of Chetwode Blue #5868BB
Tints of Chetwode Blue #5868BB
RGB
CMYK
RGB Variations
Color information
#5868BB (or 0x5868BB) is known color: Chetwode Blue. HEX triplet: 58, 68 and BB. RGB value is (88,104,187). Sum of RGB (Red+Green+Blue) = 88+104+187=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #5868BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5868BB is #A79744. Grayscale: #6C6C6C. Windows color (decimal): -10983237 or 12281944. OLE color: 12281944.
HSL color Cylindrical-coordinate representation of color #5868BB: hue angle of 230.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5868BB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 104 | 187 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.27 |
| HSL | 230.3º | 0.42% | 0.54% | - |
| HSV(B) | 230.3º | 0.53% | 0.73% | - |
| XYZ | 17.94 | 15.56 | 49.07 | - |
| YUV | 108.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 187 | 0.53 | 0.44 | 0 | 0.27 | 230.3 | 0.42 | 0.54 |
| Hex | 58 | 68 | BB | 35 | 2C | 0 | 1B | E6 | 2A | 36 |
| Octal | 130 | 150 | 273 | 65 | 54 | 0 | 33 | 346 | 52 | 66 |
| Binary | 1011000 | 1101000 | 10111011 | 110101 | 101100 | 0 | 11011 | 11100110 | 101010 | 110110 |
Color Harmonies of #5868BB
Complementary color
Monochromatic Colors of #5868BB
Black with #5868BB
Text Example
Text Example
White with #5868BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5868BB; }
p { color: rgb(88,104,187); }
H1.HeaderClassName
{
color: #5868BB;
}
.AnyTagClassName
{
color: #5868BB;
}
</style>
background-color css
<style>
a { background-color: #5868BB; }
a { background-color: rgb(88,104,187); }
div.DivClassName
{
background-color: #5868BB;
}
.BgClassName
{
background-color: #5868BB;
}
</style>
border-color css
<style>
span { border-color: #5868BB; }
span { border-color: rgb(88,104,187); }
td.TdClassName
{
border-color: #5868BB;
}
.TagClassName
{
border-color: #5868BB;
}
</style>