Shades of Chetwode Blue #5C69CA
Tints of Chetwode Blue #5C69CA
RGB
CMYK
RGB Variations
Color information
#5C69CA (or 0x5C69CA) is known color: Chetwode Blue. HEX triplet: 5C, 69 and CA. RGB value is (92,105,202). Sum of RGB (Red+Green+Blue) = 92+105+202=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69CA is #A39635. Grayscale: #6F6F6F. Windows color (decimal): -10720822 or 13265244. OLE color: 13265244.
HSL color Cylindrical-coordinate representation of color #5C69CA: hue angle of 232.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C69CA is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 105 | 202 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.21 |
| HSL | 232.91º | 0.51% | 0.58% | - |
| HSV(B) | 232.91º | 0.54% | 0.79% | - |
| XYZ | 20.13 | 16.64 | 58.03 | - |
| YUV | 112.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 202 | 0.54 | 0.48 | 0 | 0.21 | 232.91 | 0.51 | 0.58 |
| Hex | 5C | 69 | CA | 36 | 30 | 0 | 15 | E9 | 33 | 3A |
| Octal | 134 | 151 | 312 | 66 | 60 | 0 | 25 | 351 | 63 | 72 |
| Binary | 1011100 | 1101001 | 11001010 | 110110 | 110000 | 0 | 10101 | 11101001 | 110011 | 111010 |
Color Harmonies of #5C69CA
Complementary color
Monochromatic Colors of #5C69CA
Black with #5C69CA
Text Example
Text Example
White with #5C69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C69CA; }
p { color: rgb(92,105,202); }
H1.HeaderClassName
{
color: #5C69CA;
}
.AnyTagClassName
{
color: #5C69CA;
}
</style>
background-color css
<style>
a { background-color: #5C69CA; }
a { background-color: rgb(92,105,202); }
div.DivClassName
{
background-color: #5C69CA;
}
.BgClassName
{
background-color: #5C69CA;
}
</style>
border-color css
<style>
span { border-color: #5C69CA; }
span { border-color: rgb(92,105,202); }
td.TdClassName
{
border-color: #5C69CA;
}
.TagClassName
{
border-color: #5C69CA;
}
</style>