Shades of Chetwode Blue #5C6FC3
Tints of Chetwode Blue #5C6FC3
RGB
CMYK
RGB Variations
Color information
#5C6FC3 (or 0x5C6FC3) is known color: Chetwode Blue. HEX triplet: 5C, 6F and C3. RGB value is (92,111,195). Sum of RGB (Red+Green+Blue) = 92+111+195=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C6FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6FC3 is #A3903C. Grayscale: #727272. Windows color (decimal): -10719293 or 12808028. OLE color: 12808028.
HSL color Cylindrical-coordinate representation of color #5C6FC3: hue angle of 228.93º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C6FC3 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 111 | 195 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.24 |
| HSL | 228.93º | 0.46% | 0.56% | - |
| HSV(B) | 228.93º | 0.53% | 0.76% | - |
| XYZ | 19.95 | 17.58 | 53.97 | - |
| YUV | 114.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 111 | 195 | 0.53 | 0.43 | 0 | 0.24 | 228.93 | 0.46 | 0.56 |
| Hex | 5C | 6F | C3 | 35 | 2B | 0 | 18 | E5 | 2E | 38 |
| Octal | 134 | 157 | 303 | 65 | 53 | 0 | 30 | 345 | 56 | 70 |
| Binary | 1011100 | 1101111 | 11000011 | 110101 | 101011 | 0 | 11000 | 11100101 | 101110 | 111000 |
Color Harmonies of #5C6FC3
Complementary color
Monochromatic Colors of #5C6FC3
Black with #5C6FC3
Text Example
Text Example
White with #5C6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6FC3; }
p { color: rgb(92,111,195); }
H1.HeaderClassName
{
color: #5C6FC3;
}
.AnyTagClassName
{
color: #5C6FC3;
}
</style>
background-color css
<style>
a { background-color: #5C6FC3; }
a { background-color: rgb(92,111,195); }
div.DivClassName
{
background-color: #5C6FC3;
}
.BgClassName
{
background-color: #5C6FC3;
}
</style>
border-color css
<style>
span { border-color: #5C6FC3; }
span { border-color: rgb(92,111,195); }
td.TdClassName
{
border-color: #5C6FC3;
}
.TagClassName
{
border-color: #5C6FC3;
}
</style>