Shades of Chetwode Blue #5B6ECB
Tints of Chetwode Blue #5B6ECB
RGB
CMYK
RGB Variations
Color information
#5B6ECB (or 0x5B6ECB) is known color: Chetwode Blue. HEX triplet: 5B, 6E and CB. RGB value is (91,110,203). Sum of RGB (Red+Green+Blue) = 91+110+203=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B6ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ECB is #A49134. Grayscale: #727272. Windows color (decimal): -10785077 or 13332059. OLE color: 13332059.
HSL color Cylindrical-coordinate representation of color #5B6ECB: hue angle of 229.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B6ECB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 110 | 203 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.20 |
| HSL | 229.82º | 0.52% | 0.58% | - |
| HSV(B) | 229.82º | 0.55% | 0.8% | - |
| XYZ | 20.67 | 17.69 | 58.82 | - |
| YUV | 114.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 110 | 203 | 0.55 | 0.46 | 0 | 0.20 | 229.82 | 0.52 | 0.58 |
| Hex | 5B | 6E | CB | 37 | 2E | 0 | 14 | E6 | 34 | 3A |
| Octal | 133 | 156 | 313 | 67 | 56 | 0 | 24 | 346 | 64 | 72 |
| Binary | 1011011 | 1101110 | 11001011 | 110111 | 101110 | 0 | 10100 | 11100110 | 110100 | 111010 |
Color Harmonies of #5B6ECB
Complementary color
Monochromatic Colors of #5B6ECB
Black with #5B6ECB
Text Example
Text Example
White with #5B6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6ECB; }
p { color: rgb(91,110,203); }
H1.HeaderClassName
{
color: #5B6ECB;
}
.AnyTagClassName
{
color: #5B6ECB;
}
</style>
background-color css
<style>
a { background-color: #5B6ECB; }
a { background-color: rgb(91,110,203); }
div.DivClassName
{
background-color: #5B6ECB;
}
.BgClassName
{
background-color: #5B6ECB;
}
</style>
border-color css
<style>
span { border-color: #5B6ECB; }
span { border-color: rgb(91,110,203); }
td.TdClassName
{
border-color: #5B6ECB;
}
.TagClassName
{
border-color: #5B6ECB;
}
</style>