Shades of Chetwode Blue #5C6BAE
Tints of Chetwode Blue #5C6BAE
RGB
CMYK
RGB Variations
Color information
#5C6BAE (or 0x5C6BAE) is known color: Chetwode Blue. HEX triplet: 5C, 6B and AE. RGB value is (92,107,174). Sum of RGB (Red+Green+Blue) = 92+107+174=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6BAE is #A39451. Grayscale: #6D6D6D. Windows color (decimal): -10720338 or 11430748. OLE color: 11430748.
HSL color Cylindrical-coordinate representation of color #5C6BAE: hue angle of 229.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C6BAE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 107 | 174 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.32 |
| HSL | 229.02º | 0.34% | 0.52% | - |
| HSV(B) | 229.02º | 0.47% | 0.68% | - |
| XYZ | 17.31 | 15.85 | 42.19 | - |
| YUV | 110.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 174 | 0.47 | 0.39 | 0 | 0.32 | 229.02 | 0.34 | 0.52 |
| Hex | 5C | 6B | AE | 2F | 27 | 0 | 20 | E5 | 22 | 34 |
| Octal | 134 | 153 | 256 | 57 | 47 | 0 | 40 | 345 | 42 | 64 |
| Binary | 1011100 | 1101011 | 10101110 | 101111 | 100111 | 0 | 100000 | 11100101 | 100010 | 110100 |
Color Harmonies of #5C6BAE
Complementary color
Monochromatic Colors of #5C6BAE
Black with #5C6BAE
Text Example
Text Example
White with #5C6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6BAE; }
p { color: rgb(92,107,174); }
H1.HeaderClassName
{
color: #5C6BAE;
}
.AnyTagClassName
{
color: #5C6BAE;
}
</style>
background-color css
<style>
a { background-color: #5C6BAE; }
a { background-color: rgb(92,107,174); }
div.DivClassName
{
background-color: #5C6BAE;
}
.BgClassName
{
background-color: #5C6BAE;
}
</style>
border-color css
<style>
span { border-color: #5C6BAE; }
span { border-color: rgb(92,107,174); }
td.TdClassName
{
border-color: #5C6BAE;
}
.TagClassName
{
border-color: #5C6BAE;
}
</style>