Shades of Chetwode Blue #5B6CAF
Tints of Chetwode Blue #5B6CAF
RGB
CMYK
RGB Variations
Color information
#5B6CAF (or 0x5B6CAF) is known color: Chetwode Blue. HEX triplet: 5B, 6C and AF. RGB value is (91,108,175). Sum of RGB (Red+Green+Blue) = 91+108+175=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6CAF is #A49350. Grayscale: #6E6E6E. Windows color (decimal): -10785617 or 11496539. OLE color: 11496539.
HSL color Cylindrical-coordinate representation of color #5B6CAF: hue angle of 227.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B6CAF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 108 | 175 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.31 |
| HSL | 227.86º | 0.34% | 0.52% | - |
| HSV(B) | 227.86º | 0.48% | 0.69% | - |
| XYZ | 17.41 | 16.04 | 42.74 | - |
| YUV | 110.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 175 | 0.48 | 0.38 | 0 | 0.31 | 227.86 | 0.34 | 0.52 |
| Hex | 5B | 6C | AF | 30 | 26 | 0 | 1F | E4 | 22 | 34 |
| Octal | 133 | 154 | 257 | 60 | 46 | 0 | 37 | 344 | 42 | 64 |
| Binary | 1011011 | 1101100 | 10101111 | 110000 | 100110 | 0 | 11111 | 11100100 | 100010 | 110100 |
Color Harmonies of #5B6CAF
Complementary color
Monochromatic Colors of #5B6CAF
Black with #5B6CAF
Text Example
Text Example
White with #5B6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CAF; }
p { color: rgb(91,108,175); }
H1.HeaderClassName
{
color: #5B6CAF;
}
.AnyTagClassName
{
color: #5B6CAF;
}
</style>
background-color css
<style>
a { background-color: #5B6CAF; }
a { background-color: rgb(91,108,175); }
div.DivClassName
{
background-color: #5B6CAF;
}
.BgClassName
{
background-color: #5B6CAF;
}
</style>
border-color css
<style>
span { border-color: #5B6CAF; }
span { border-color: rgb(91,108,175); }
td.TdClassName
{
border-color: #5B6CAF;
}
.TagClassName
{
border-color: #5B6CAF;
}
</style>