Shades of Chetwode Blue #5B6FAC
Tints of Chetwode Blue #5B6FAC
RGB
CMYK
RGB Variations
Color information
#5B6FAC (or 0x5B6FAC) is known color: Chetwode Blue. HEX triplet: 5B, 6F and AC. RGB value is (91,111,172). Sum of RGB (Red+Green+Blue) = 91+111+172=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6FAC is #A49053. Grayscale: #6F6F6F. Windows color (decimal): -10784852 or 11300699. OLE color: 11300699.
HSL color Cylindrical-coordinate representation of color #5B6FAC: hue angle of 225.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B6FAC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 111 | 172 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.33 |
| HSL | 225.19º | 0.33% | 0.52% | - |
| HSV(B) | 225.19º | 0.47% | 0.67% | - |
| XYZ | 17.45 | 16.57 | 41.31 | - |
| YUV | 111.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 172 | 0.47 | 0.35 | 0 | 0.33 | 225.19 | 0.33 | 0.52 |
| Hex | 5B | 6F | AC | 2F | 23 | 0 | 21 | E1 | 21 | 34 |
| Octal | 133 | 157 | 254 | 57 | 43 | 0 | 41 | 341 | 41 | 64 |
| Binary | 1011011 | 1101111 | 10101100 | 101111 | 100011 | 0 | 100001 | 11100001 | 100001 | 110100 |
Color Harmonies of #5B6FAC
Complementary color
Monochromatic Colors of #5B6FAC
Black with #5B6FAC
Text Example
Text Example
White with #5B6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6FAC; }
p { color: rgb(91,111,172); }
H1.HeaderClassName
{
color: #5B6FAC;
}
.AnyTagClassName
{
color: #5B6FAC;
}
</style>
background-color css
<style>
a { background-color: #5B6FAC; }
a { background-color: rgb(91,111,172); }
div.DivClassName
{
background-color: #5B6FAC;
}
.BgClassName
{
background-color: #5B6FAC;
}
</style>
border-color css
<style>
span { border-color: #5B6FAC; }
span { border-color: rgb(91,111,172); }
td.TdClassName
{
border-color: #5B6FAC;
}
.TagClassName
{
border-color: #5B6FAC;
}
</style>