Shades of Chetwode Blue #5B6FCD
Tints of Chetwode Blue #5B6FCD
RGB
CMYK
RGB Variations
Color information
#5B6FCD (or 0x5B6FCD) is known color: Chetwode Blue. HEX triplet: 5B, 6F and CD. RGB value is (91,111,205). Sum of RGB (Red+Green+Blue) = 91+111+205=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FCD is #A49032. Grayscale: #737373. Windows color (decimal): -10784819 or 13463387. OLE color: 13463387.
HSL color Cylindrical-coordinate representation of color #5B6FCD: hue angle of 229.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6FCD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 111 | 205 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.20 |
| HSL | 229.47º | 0.53% | 0.58% | - |
| HSV(B) | 229.47º | 0.56% | 0.8% | - |
| XYZ | 21.02 | 18 | 60.12 | - |
| YUV | 115.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 205 | 0.56 | 0.46 | 0 | 0.20 | 229.47 | 0.53 | 0.58 |
| Hex | 5B | 6F | CD | 38 | 2E | 0 | 14 | E5 | 35 | 3A |
| Octal | 133 | 157 | 315 | 70 | 56 | 0 | 24 | 345 | 65 | 72 |
| Binary | 1011011 | 1101111 | 11001101 | 111000 | 101110 | 0 | 10100 | 11100101 | 110101 | 111010 |
Color Harmonies of #5B6FCD
Complementary color
Monochromatic Colors of #5B6FCD
Black with #5B6FCD
Text Example
Text Example
White with #5B6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6FCD; }
p { color: rgb(91,111,205); }
H1.HeaderClassName
{
color: #5B6FCD;
}
.AnyTagClassName
{
color: #5B6FCD;
}
</style>
background-color css
<style>
a { background-color: #5B6FCD; }
a { background-color: rgb(91,111,205); }
div.DivClassName
{
background-color: #5B6FCD;
}
.BgClassName
{
background-color: #5B6FCD;
}
</style>
border-color css
<style>
span { border-color: #5B6FCD; }
span { border-color: rgb(91,111,205); }
td.TdClassName
{
border-color: #5B6FCD;
}
.TagClassName
{
border-color: #5B6FCD;
}
</style>