Shades of Chetwode Blue #5B65B3
Tints of Chetwode Blue #5B65B3
RGB
CMYK
RGB Variations
Color information
#5B65B3 (or 0x5B65B3) is known color: Chetwode Blue. HEX triplet: 5B, 65 and B3. RGB value is (91,101,179). Sum of RGB (Red+Green+Blue) = 91+101+179=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B65B3 is #A49A4C. Grayscale: #6A6A6A. Windows color (decimal): -10787405 or 11756891. OLE color: 11756891.
HSL color Cylindrical-coordinate representation of color #5B65B3: hue angle of 233.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B65B3 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 101 | 179 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.30 |
| HSL | 233.18º | 0.37% | 0.53% | - |
| HSV(B) | 233.18º | 0.49% | 0.7% | - |
| XYZ | 17.1 | 14.79 | 44.6 | - |
| YUV | 106.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 179 | 0.49 | 0.44 | 0 | 0.30 | 233.18 | 0.37 | 0.53 |
| Hex | 5B | 65 | B3 | 31 | 2C | 0 | 1E | E9 | 25 | 35 |
| Octal | 133 | 145 | 263 | 61 | 54 | 0 | 36 | 351 | 45 | 65 |
| Binary | 1011011 | 1100101 | 10110011 | 110001 | 101100 | 0 | 11110 | 11101001 | 100101 | 110101 |
Color Harmonies of #5B65B3
Complementary color
Monochromatic Colors of #5B65B3
Black with #5B65B3
Text Example
Text Example
White with #5B65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B65B3; }
p { color: rgb(91,101,179); }
H1.HeaderClassName
{
color: #5B65B3;
}
.AnyTagClassName
{
color: #5B65B3;
}
</style>
background-color css
<style>
a { background-color: #5B65B3; }
a { background-color: rgb(91,101,179); }
div.DivClassName
{
background-color: #5B65B3;
}
.BgClassName
{
background-color: #5B65B3;
}
</style>
border-color css
<style>
span { border-color: #5B65B3; }
span { border-color: rgb(91,101,179); }
td.TdClassName
{
border-color: #5B65B3;
}
.TagClassName
{
border-color: #5B65B3;
}
</style>