Shades of Chetwode Blue #5864C5
Tints of Chetwode Blue #5864C5
RGB
CMYK
RGB Variations
Color information
#5864C5 (or 0x5864C5) is known color: Chetwode Blue. HEX triplet: 58, 64 and C5. RGB value is (88,100,197). Sum of RGB (Red+Green+Blue) = 88+100+197=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #5864C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864C5 is #A79B3A. Grayscale: #6B6B6B. Windows color (decimal): -10984251 or 12936280. OLE color: 12936280.
HSL color Cylindrical-coordinate representation of color #5864C5: hue angle of 233.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5864C5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 100 | 197 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.23 |
| HSL | 233.39º | 0.48% | 0.56% | - |
| HSV(B) | 233.39º | 0.55% | 0.77% | - |
| XYZ | 18.66 | 15.22 | 54.78 | - |
| YUV | 107.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 197 | 0.55 | 0.49 | 0 | 0.23 | 233.39 | 0.48 | 0.56 |
| Hex | 58 | 64 | C5 | 37 | 31 | 0 | 17 | E9 | 30 | 38 |
| Octal | 130 | 144 | 305 | 67 | 61 | 0 | 27 | 351 | 60 | 70 |
| Binary | 1011000 | 1100100 | 11000101 | 110111 | 110001 | 0 | 10111 | 11101001 | 110000 | 111000 |
Color Harmonies of #5864C5
Complementary color
Monochromatic Colors of #5864C5
Black with #5864C5
Text Example
Text Example
White with #5864C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864C5; }
p { color: rgb(88,100,197); }
H1.HeaderClassName
{
color: #5864C5;
}
.AnyTagClassName
{
color: #5864C5;
}
</style>
background-color css
<style>
a { background-color: #5864C5; }
a { background-color: rgb(88,100,197); }
div.DivClassName
{
background-color: #5864C5;
}
.BgClassName
{
background-color: #5864C5;
}
</style>
border-color css
<style>
span { border-color: #5864C5; }
span { border-color: rgb(88,100,197); }
td.TdClassName
{
border-color: #5864C5;
}
.TagClassName
{
border-color: #5864C5;
}
</style>