Shades of Chetwode Blue #5B6CBC
Tints of Chetwode Blue #5B6CBC
RGB
CMYK
RGB Variations
Color information
#5B6CBC (or 0x5B6CBC) is known color: Chetwode Blue. HEX triplet: 5B, 6C and BC. RGB value is (91,108,188). Sum of RGB (Red+Green+Blue) = 91+108+188=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CBC is #A49343. Grayscale: #6F6F6F. Windows color (decimal): -10785604 or 12348507. OLE color: 12348507.
HSL color Cylindrical-coordinate representation of color #5B6CBC: hue angle of 229.48º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B6CBC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 108 | 188 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.26 |
| HSL | 229.48º | 0.42% | 0.55% | - |
| HSV(B) | 229.48º | 0.52% | 0.74% | - |
| XYZ | 18.75 | 16.58 | 49.79 | - |
| YUV | 112.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 188 | 0.52 | 0.43 | 0 | 0.26 | 229.48 | 0.42 | 0.55 |
| Hex | 5B | 6C | BC | 34 | 2B | 0 | 1A | E5 | 2A | 37 |
| Octal | 133 | 154 | 274 | 64 | 53 | 0 | 32 | 345 | 52 | 67 |
| Binary | 1011011 | 1101100 | 10111100 | 110100 | 101011 | 0 | 11010 | 11100101 | 101010 | 110111 |
Color Harmonies of #5B6CBC
Complementary color
Monochromatic Colors of #5B6CBC
Black with #5B6CBC
Text Example
Text Example
White with #5B6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CBC; }
p { color: rgb(91,108,188); }
H1.HeaderClassName
{
color: #5B6CBC;
}
.AnyTagClassName
{
color: #5B6CBC;
}
</style>
background-color css
<style>
a { background-color: #5B6CBC; }
a { background-color: rgb(91,108,188); }
div.DivClassName
{
background-color: #5B6CBC;
}
.BgClassName
{
background-color: #5B6CBC;
}
</style>
border-color css
<style>
span { border-color: #5B6CBC; }
span { border-color: rgb(91,108,188); }
td.TdClassName
{
border-color: #5B6CBC;
}
.TagClassName
{
border-color: #5B6CBC;
}
</style>