Shades of Chetwode Blue #5C68C1
Tints of Chetwode Blue #5C68C1
RGB
CMYK
RGB Variations
Color information
#5C68C1 (or 0x5C68C1) is known color: Chetwode Blue. HEX triplet: 5C, 68 and C1. RGB value is (92,104,193). Sum of RGB (Red+Green+Blue) = 92+104+193=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C68C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C68C1 is #A3973E. Grayscale: #6E6E6E. Windows color (decimal): -10721087 or 12675164. OLE color: 12675164.
HSL color Cylindrical-coordinate representation of color #5C68C1: hue angle of 232.87º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C68C1 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 104 | 193 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.24 |
| HSL | 232.87º | 0.45% | 0.56% | - |
| HSV(B) | 232.87º | 0.52% | 0.76% | - |
| XYZ | 18.99 | 16.03 | 52.54 | - |
| YUV | 110.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 193 | 0.52 | 0.46 | 0 | 0.24 | 232.87 | 0.45 | 0.56 |
| Hex | 5C | 68 | C1 | 34 | 2E | 0 | 18 | E9 | 2D | 38 |
| Octal | 134 | 150 | 301 | 64 | 56 | 0 | 30 | 351 | 55 | 70 |
| Binary | 1011100 | 1101000 | 11000001 | 110100 | 101110 | 0 | 11000 | 11101001 | 101101 | 111000 |
Color Harmonies of #5C68C1
Complementary color
Monochromatic Colors of #5C68C1
Black with #5C68C1
Text Example
Text Example
White with #5C68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C68C1; }
p { color: rgb(92,104,193); }
H1.HeaderClassName
{
color: #5C68C1;
}
.AnyTagClassName
{
color: #5C68C1;
}
</style>
background-color css
<style>
a { background-color: #5C68C1; }
a { background-color: rgb(92,104,193); }
div.DivClassName
{
background-color: #5C68C1;
}
.BgClassName
{
background-color: #5C68C1;
}
</style>
border-color css
<style>
span { border-color: #5C68C1; }
span { border-color: rgb(92,104,193); }
td.TdClassName
{
border-color: #5C68C1;
}
.TagClassName
{
border-color: #5C68C1;
}
</style>