Shades of Chetwode Blue #5B69CA
Tints of Chetwode Blue #5B69CA
RGB
CMYK
RGB Variations
Color information
#5B69CA (or 0x5B69CA) is known color: Chetwode Blue. HEX triplet: 5B, 69 and CA. RGB value is (91,105,202). Sum of RGB (Red+Green+Blue) = 91+105+202=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B69CA is #A49635. Grayscale: #6F6F6F. Windows color (decimal): -10786358 or 13265243. OLE color: 13265243.
HSL color Cylindrical-coordinate representation of color #5B69CA: hue angle of 232.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B69CA is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 105 | 202 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.21 |
| HSL | 232.43º | 0.51% | 0.57% | - |
| HSV(B) | 232.43º | 0.55% | 0.79% | - |
| XYZ | 20.03 | 16.59 | 58.02 | - |
| YUV | 111.87 | 178.86 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 202 | 0.55 | 0.48 | 0 | 0.21 | 232.43 | 0.51 | 0.57 |
| Hex | 5B | 69 | CA | 37 | 30 | 0 | 15 | E8 | 33 | 39 |
| Octal | 133 | 151 | 312 | 67 | 60 | 0 | 25 | 350 | 63 | 71 |
| Binary | 1011011 | 1101001 | 11001010 | 110111 | 110000 | 0 | 10101 | 11101000 | 110011 | 111001 |
Color Harmonies of #5B69CA
Complementary color
Monochromatic Colors of #5B69CA
Black with #5B69CA
Text Example
Text Example
White with #5B69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B69CA; }
p { color: rgb(91,105,202); }
H1.HeaderClassName
{
color: #5B69CA;
}
.AnyTagClassName
{
color: #5B69CA;
}
</style>
background-color css
<style>
a { background-color: #5B69CA; }
a { background-color: rgb(91,105,202); }
div.DivClassName
{
background-color: #5B69CA;
}
.BgClassName
{
background-color: #5B69CA;
}
</style>
border-color css
<style>
span { border-color: #5B69CA; }
span { border-color: rgb(91,105,202); }
td.TdClassName
{
border-color: #5B69CA;
}
.TagClassName
{
border-color: #5B69CA;
}
</style>