Shades of Chetwode Blue #5B71BC
Tints of Chetwode Blue #5B71BC
RGB
CMYK
RGB Variations
Color information
#5B71BC (or 0x5B71BC) is known color: Chetwode Blue. HEX triplet: 5B, 71 and BC. RGB value is (91,113,188). Sum of RGB (Red+Green+Blue) = 91+113+188=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B71BC is #A48E43. Grayscale: #727272. Windows color (decimal): -10784324 or 12349787. OLE color: 12349787.
HSL color Cylindrical-coordinate representation of color #5B71BC: hue angle of 226.39º 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 #5B71BC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 113 | 188 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.26 |
| HSL | 226.39º | 0.42% | 0.55% | - |
| HSV(B) | 226.39º | 0.52% | 0.74% | - |
| XYZ | 19.3 | 17.67 | 49.97 | - |
| YUV | 114.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 188 | 0.52 | 0.40 | 0 | 0.26 | 226.39 | 0.42 | 0.55 |
| Hex | 5B | 71 | BC | 34 | 28 | 0 | 1A | E2 | 2A | 37 |
| Octal | 133 | 161 | 274 | 64 | 50 | 0 | 32 | 342 | 52 | 67 |
| Binary | 1011011 | 1110001 | 10111100 | 110100 | 101000 | 0 | 11010 | 11100010 | 101010 | 110111 |
Color Harmonies of #5B71BC
Complementary color
Monochromatic Colors of #5B71BC
Black with #5B71BC
Text Example
Text Example
White with #5B71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B71BC; }
p { color: rgb(91,113,188); }
H1.HeaderClassName
{
color: #5B71BC;
}
.AnyTagClassName
{
color: #5B71BC;
}
</style>
background-color css
<style>
a { background-color: #5B71BC; }
a { background-color: rgb(91,113,188); }
div.DivClassName
{
background-color: #5B71BC;
}
.BgClassName
{
background-color: #5B71BC;
}
</style>
border-color css
<style>
span { border-color: #5B71BC; }
span { border-color: rgb(91,113,188); }
td.TdClassName
{
border-color: #5B71BC;
}
.TagClassName
{
border-color: #5B71BC;
}
</style>