Shades of Chetwode Blue #5C6EB1
Tints of Chetwode Blue #5C6EB1
RGB
CMYK
RGB Variations
Color information
#5C6EB1 (or 0x5C6EB1) is known color: Chetwode Blue. HEX triplet: 5C, 6E and B1. RGB value is (92,110,177). Sum of RGB (Red+Green+Blue) = 92+110+177=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C6EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6EB1 is #A3914E. Grayscale: #6F6F6F. Windows color (decimal): -10719567 or 11628124. OLE color: 11628124.
HSL color Cylindrical-coordinate representation of color #5C6EB1: hue angle of 227.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C6EB1 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 110 | 177 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.31 |
| HSL | 227.29º | 0.35% | 0.53% | - |
| HSV(B) | 227.29º | 0.48% | 0.69% | - |
| XYZ | 17.93 | 16.6 | 43.85 | - |
| YUV | 112.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 110 | 177 | 0.48 | 0.38 | 0 | 0.31 | 227.29 | 0.35 | 0.53 |
| Hex | 5C | 6E | B1 | 30 | 26 | 0 | 1F | E3 | 23 | 35 |
| Octal | 134 | 156 | 261 | 60 | 46 | 0 | 37 | 343 | 43 | 65 |
| Binary | 1011100 | 1101110 | 10110001 | 110000 | 100110 | 0 | 11111 | 11100011 | 100011 | 110101 |
Color Harmonies of #5C6EB1
Complementary color
Monochromatic Colors of #5C6EB1
Black with #5C6EB1
Text Example
Text Example
White with #5C6EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6EB1; }
p { color: rgb(92,110,177); }
H1.HeaderClassName
{
color: #5C6EB1;
}
.AnyTagClassName
{
color: #5C6EB1;
}
</style>
background-color css
<style>
a { background-color: #5C6EB1; }
a { background-color: rgb(92,110,177); }
div.DivClassName
{
background-color: #5C6EB1;
}
.BgClassName
{
background-color: #5C6EB1;
}
</style>
border-color css
<style>
span { border-color: #5C6EB1; }
span { border-color: rgb(92,110,177); }
td.TdClassName
{
border-color: #5C6EB1;
}
.TagClassName
{
border-color: #5C6EB1;
}
</style>