Shades of Chetwode Blue #5C68BF
Tints of Chetwode Blue #5C68BF
RGB
CMYK
RGB Variations
Color information
#5C68BF (or 0x5C68BF) is known color: Chetwode Blue. HEX triplet: 5C, 68 and BF. RGB value is (92,104,191). Sum of RGB (Red+Green+Blue) = 92+104+191=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C68BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C68BF is #A39740. Grayscale: #6D6D6D. Windows color (decimal): -10721089 or 12544092. OLE color: 12544092.
HSL color Cylindrical-coordinate representation of color #5C68BF: hue angle of 232.73º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C68BF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 104 | 191 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.25 |
| HSL | 232.73º | 0.44% | 0.55% | - |
| HSV(B) | 232.73º | 0.52% | 0.75% | - |
| XYZ | 18.77 | 15.94 | 51.38 | - |
| YUV | 110.33 | 173.52 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 191 | 0.52 | 0.46 | 0 | 0.25 | 232.73 | 0.44 | 0.55 |
| Hex | 5C | 68 | BF | 34 | 2E | 0 | 19 | E9 | 2C | 37 |
| Octal | 134 | 150 | 277 | 64 | 56 | 0 | 31 | 351 | 54 | 67 |
| Binary | 1011100 | 1101000 | 10111111 | 110100 | 101110 | 0 | 11001 | 11101001 | 101100 | 110111 |
Color Harmonies of #5C68BF
Complementary color
Monochromatic Colors of #5C68BF
Black with #5C68BF
Text Example
Text Example
White with #5C68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C68BF; }
p { color: rgb(92,104,191); }
H1.HeaderClassName
{
color: #5C68BF;
}
.AnyTagClassName
{
color: #5C68BF;
}
</style>
background-color css
<style>
a { background-color: #5C68BF; }
a { background-color: rgb(92,104,191); }
div.DivClassName
{
background-color: #5C68BF;
}
.BgClassName
{
background-color: #5C68BF;
}
</style>
border-color css
<style>
span { border-color: #5C68BF; }
span { border-color: rgb(92,104,191); }
td.TdClassName
{
border-color: #5C68BF;
}
.TagClassName
{
border-color: #5C68BF;
}
</style>