Shades of Chetwode Blue #5B75BC
Tints of Chetwode Blue #5B75BC
RGB
CMYK
RGB Variations
Color information
#5B75BC (or 0x5B75BC) is known color: Chetwode Blue. HEX triplet: 5B, 75 and BC. RGB value is (91,117,188). Sum of RGB (Red+Green+Blue) = 91+117+188=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B75BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B75BC is #A48A43. Grayscale: #757575. Windows color (decimal): -10783300 or 12350811. OLE color: 12350811.
HSL color Cylindrical-coordinate representation of color #5B75BC: hue angle of 223.92º 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 #5B75BC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 117 | 188 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.26 |
| HSL | 223.92º | 0.42% | 0.55% | - |
| HSV(B) | 223.92º | 0.52% | 0.74% | - |
| XYZ | 19.75 | 18.58 | 50.12 | - |
| YUV | 117.32 | 167.89 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 117 | 188 | 0.52 | 0.38 | 0 | 0.26 | 223.92 | 0.42 | 0.55 |
| Hex | 5B | 75 | BC | 34 | 26 | 0 | 1A | E0 | 2A | 37 |
| Octal | 133 | 165 | 274 | 64 | 46 | 0 | 32 | 340 | 52 | 67 |
| Binary | 1011011 | 1110101 | 10111100 | 110100 | 100110 | 0 | 11010 | 11100000 | 101010 | 110111 |
Color Harmonies of #5B75BC
Complementary color
Monochromatic Colors of #5B75BC
Black with #5B75BC
Text Example
Text Example
White with #5B75BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B75BC; }
p { color: rgb(91,117,188); }
H1.HeaderClassName
{
color: #5B75BC;
}
.AnyTagClassName
{
color: #5B75BC;
}
</style>
background-color css
<style>
a { background-color: #5B75BC; }
a { background-color: rgb(91,117,188); }
div.DivClassName
{
background-color: #5B75BC;
}
.BgClassName
{
background-color: #5B75BC;
}
</style>
border-color css
<style>
span { border-color: #5B75BC; }
span { border-color: rgb(91,117,188); }
td.TdClassName
{
border-color: #5B75BC;
}
.TagClassName
{
border-color: #5B75BC;
}
</style>