Shades of Chetwode Blue #5B6ACE
Tints of Chetwode Blue #5B6ACE
RGB
CMYK
RGB Variations
Color information
#5B6ACE (or 0x5B6ACE) is known color: Chetwode Blue. HEX triplet: 5B, 6A and CE. RGB value is (91,106,206). Sum of RGB (Red+Green+Blue) = 91+106+206=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ACE is #A49531. Grayscale: #707070. Windows color (decimal): -10786098 or 13527643. OLE color: 13527643.
HSL color Cylindrical-coordinate representation of color #5B6ACE: hue angle of 232.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6ACE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 106 | 206 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.19 |
| HSL | 232.17º | 0.54% | 0.58% | - |
| HSV(B) | 232.17º | 0.56% | 0.81% | - |
| XYZ | 20.61 | 16.99 | 60.59 | - |
| YUV | 112.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 206 | 0.56 | 0.49 | 0 | 0.19 | 232.17 | 0.54 | 0.58 |
| Hex | 5B | 6A | CE | 38 | 31 | 0 | 13 | E8 | 36 | 3A |
| Octal | 133 | 152 | 316 | 70 | 61 | 0 | 23 | 350 | 66 | 72 |
| Binary | 1011011 | 1101010 | 11001110 | 111000 | 110001 | 0 | 10011 | 11101000 | 110110 | 111010 |
Color Harmonies of #5B6ACE
Complementary color
Monochromatic Colors of #5B6ACE
Black with #5B6ACE
Text Example
Text Example
White with #5B6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6ACE; }
p { color: rgb(91,106,206); }
H1.HeaderClassName
{
color: #5B6ACE;
}
.AnyTagClassName
{
color: #5B6ACE;
}
</style>
background-color css
<style>
a { background-color: #5B6ACE; }
a { background-color: rgb(91,106,206); }
div.DivClassName
{
background-color: #5B6ACE;
}
.BgClassName
{
background-color: #5B6ACE;
}
</style>
border-color css
<style>
span { border-color: #5B6ACE; }
span { border-color: rgb(91,106,206); }
td.TdClassName
{
border-color: #5B6ACE;
}
.TagClassName
{
border-color: #5B6ACE;
}
</style>