Shades of Chetwode Blue #5C68AF
Tints of Chetwode Blue #5C68AF
RGB
CMYK
RGB Variations
Color information
#5C68AF (or 0x5C68AF) is known color: Chetwode Blue. HEX triplet: 5C, 68 and AF. RGB value is (92,104,175). Sum of RGB (Red+Green+Blue) = 92+104+175=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C68AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C68AF is #A39750. Grayscale: #6C6C6C. Windows color (decimal): -10721105 or 11495516. OLE color: 11495516.
HSL color Cylindrical-coordinate representation of color #5C68AF: hue angle of 231.33º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C68AF is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 104 | 175 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.31 |
| HSL | 231.33º | 0.34% | 0.52% | - |
| HSV(B) | 231.33º | 0.47% | 0.69% | - |
| XYZ | 17.1 | 15.27 | 42.6 | - |
| YUV | 108.51 | 165.52 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 175 | 0.47 | 0.41 | 0 | 0.31 | 231.33 | 0.34 | 0.52 |
| Hex | 5C | 68 | AF | 2F | 29 | 0 | 1F | E7 | 22 | 34 |
| Octal | 134 | 150 | 257 | 57 | 51 | 0 | 37 | 347 | 42 | 64 |
| Binary | 1011100 | 1101000 | 10101111 | 101111 | 101001 | 0 | 11111 | 11100111 | 100010 | 110100 |
Color Harmonies of #5C68AF
Complementary color
Monochromatic Colors of #5C68AF
Black with #5C68AF
Text Example
Text Example
White with #5C68AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C68AF; }
p { color: rgb(92,104,175); }
H1.HeaderClassName
{
color: #5C68AF;
}
.AnyTagClassName
{
color: #5C68AF;
}
</style>
background-color css
<style>
a { background-color: #5C68AF; }
a { background-color: rgb(92,104,175); }
div.DivClassName
{
background-color: #5C68AF;
}
.BgClassName
{
background-color: #5C68AF;
}
</style>
border-color css
<style>
span { border-color: #5C68AF; }
span { border-color: rgb(92,104,175); }
td.TdClassName
{
border-color: #5C68AF;
}
.TagClassName
{
border-color: #5C68AF;
}
</style>