Shades of Chetwode Blue #5B67B7
Tints of Chetwode Blue #5B67B7
RGB
CMYK
RGB Variations
Color information
#5B67B7 (or 0x5B67B7) is known color: Chetwode Blue. HEX triplet: 5B, 67 and B7. RGB value is (91,103,183). Sum of RGB (Red+Green+Blue) = 91+103+183=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #5B67B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B67B7 is #A49848. Grayscale: #6C6C6C. Windows color (decimal): -10786889 or 12019547. OLE color: 12019547.
HSL color Cylindrical-coordinate representation of color #5B67B7: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B67B7 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 103 | 183 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.28 |
| HSL | 232.17º | 0.39% | 0.54% | - |
| HSV(B) | 232.17º | 0.5% | 0.72% | - |
| XYZ | 17.71 | 15.34 | 46.83 | - |
| YUV | 108.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 183 | 0.50 | 0.44 | 0 | 0.28 | 232.17 | 0.39 | 0.54 |
| Hex | 5B | 67 | B7 | 32 | 2C | 0 | 1C | E8 | 27 | 36 |
| Octal | 133 | 147 | 267 | 62 | 54 | 0 | 34 | 350 | 47 | 66 |
| Binary | 1011011 | 1100111 | 10110111 | 110010 | 101100 | 0 | 11100 | 11101000 | 100111 | 110110 |
Color Harmonies of #5B67B7
Complementary color
Monochromatic Colors of #5B67B7
Black with #5B67B7
Text Example
Text Example
White with #5B67B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B67B7; }
p { color: rgb(91,103,183); }
H1.HeaderClassName
{
color: #5B67B7;
}
.AnyTagClassName
{
color: #5B67B7;
}
</style>
background-color css
<style>
a { background-color: #5B67B7; }
a { background-color: rgb(91,103,183); }
div.DivClassName
{
background-color: #5B67B7;
}
.BgClassName
{
background-color: #5B67B7;
}
</style>
border-color css
<style>
span { border-color: #5B67B7; }
span { border-color: rgb(91,103,183); }
td.TdClassName
{
border-color: #5B67B7;
}
.TagClassName
{
border-color: #5B67B7;
}
</style>