Shades of Chetwode Blue #5B65BC
Tints of Chetwode Blue #5B65BC
RGB
CMYK
RGB Variations
Color information
#5B65BC (or 0x5B65BC) is known color: Chetwode Blue. HEX triplet: 5B, 65 and BC. RGB value is (91,101,188). Sum of RGB (Red+Green+Blue) = 91+101+188=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B65BC is #A49A43. Grayscale: #6B6B6B. Windows color (decimal): -10787396 or 12346715. OLE color: 12346715.
HSL color Cylindrical-coordinate representation of color #5B65BC: hue angle of 233.81º 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 #5B65BC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 101 | 188 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.26 |
| HSL | 233.81º | 0.42% | 0.55% | - |
| HSV(B) | 233.81º | 0.52% | 0.74% | - |
| XYZ | 18.05 | 15.16 | 49.55 | - |
| YUV | 107.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 188 | 0.52 | 0.46 | 0 | 0.26 | 233.81 | 0.42 | 0.55 |
| Hex | 5B | 65 | BC | 34 | 2E | 0 | 1A | EA | 2A | 37 |
| Octal | 133 | 145 | 274 | 64 | 56 | 0 | 32 | 352 | 52 | 67 |
| Binary | 1011011 | 1100101 | 10111100 | 110100 | 101110 | 0 | 11010 | 11101010 | 101010 | 110111 |
Color Harmonies of #5B65BC
Complementary color
Monochromatic Colors of #5B65BC
Black with #5B65BC
Text Example
Text Example
White with #5B65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B65BC; }
p { color: rgb(91,101,188); }
H1.HeaderClassName
{
color: #5B65BC;
}
.AnyTagClassName
{
color: #5B65BC;
}
</style>
background-color css
<style>
a { background-color: #5B65BC; }
a { background-color: rgb(91,101,188); }
div.DivClassName
{
background-color: #5B65BC;
}
.BgClassName
{
background-color: #5B65BC;
}
</style>
border-color css
<style>
span { border-color: #5B65BC; }
span { border-color: rgb(91,101,188); }
td.TdClassName
{
border-color: #5B65BC;
}
.TagClassName
{
border-color: #5B65BC;
}
</style>