Shades of Chetwode Blue #5C69CB
Tints of Chetwode Blue #5C69CB
RGB
CMYK
RGB Variations
Color information
#5C69CB (or 0x5C69CB) is known color: Chetwode Blue. HEX triplet: 5C, 69 and CB. RGB value is (92,105,203). Sum of RGB (Red+Green+Blue) = 92+105+203=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C69CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69CB is #A39634. Grayscale: #6F6F6F. Windows color (decimal): -10720821 or 13330780. OLE color: 13330780.
HSL color Cylindrical-coordinate representation of color #5C69CB: hue angle of 232.97º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C69CB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 105 | 203 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.20 |
| HSL | 232.97º | 0.52% | 0.58% | - |
| HSV(B) | 232.97º | 0.55% | 0.8% | - |
| XYZ | 20.24 | 16.69 | 58.65 | - |
| YUV | 112.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 203 | 0.55 | 0.48 | 0 | 0.20 | 232.97 | 0.52 | 0.58 |
| Hex | 5C | 69 | CB | 37 | 30 | 0 | 14 | E9 | 34 | 3A |
| Octal | 134 | 151 | 313 | 67 | 60 | 0 | 24 | 351 | 64 | 72 |
| Binary | 1011100 | 1101001 | 11001011 | 110111 | 110000 | 0 | 10100 | 11101001 | 110100 | 111010 |
Color Harmonies of #5C69CB
Complementary color
Monochromatic Colors of #5C69CB
Black with #5C69CB
Text Example
Text Example
White with #5C69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C69CB; }
p { color: rgb(92,105,203); }
H1.HeaderClassName
{
color: #5C69CB;
}
.AnyTagClassName
{
color: #5C69CB;
}
</style>
background-color css
<style>
a { background-color: #5C69CB; }
a { background-color: rgb(92,105,203); }
div.DivClassName
{
background-color: #5C69CB;
}
.BgClassName
{
background-color: #5C69CB;
}
</style>
border-color css
<style>
span { border-color: #5C69CB; }
span { border-color: rgb(92,105,203); }
td.TdClassName
{
border-color: #5C69CB;
}
.TagClassName
{
border-color: #5C69CB;
}
</style>