Shades of Chetwode Blue #5C6CCF
Tints of Chetwode Blue #5C6CCF
RGB
CMYK
RGB Variations
Color information
#5C6CCF (or 0x5C6CCF) is known color: Chetwode Blue. HEX triplet: 5C, 6C and CF. RGB value is (92,108,207). Sum of RGB (Red+Green+Blue) = 92+108+207=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C6CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6CCF is #A39330. Grayscale: #727272. Windows color (decimal): -10720049 or 13593692. OLE color: 13593692.
HSL color Cylindrical-coordinate representation of color #5C6CCF: hue angle of 231.65º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C6CCF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 108 | 207 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.19 |
| HSL | 231.65º | 0.55% | 0.59% | - |
| HSV(B) | 231.65º | 0.56% | 0.81% | - |
| XYZ | 21.04 | 17.51 | 61.3 | - |
| YUV | 114.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 108 | 207 | 0.56 | 0.48 | 0 | 0.19 | 231.65 | 0.55 | 0.59 |
| Hex | 5C | 6C | CF | 38 | 30 | 0 | 13 | E8 | 37 | 3B |
| Octal | 134 | 154 | 317 | 70 | 60 | 0 | 23 | 350 | 67 | 73 |
| Binary | 1011100 | 1101100 | 11001111 | 111000 | 110000 | 0 | 10011 | 11101000 | 110111 | 111011 |
Color Harmonies of #5C6CCF
Complementary color
Monochromatic Colors of #5C6CCF
Black with #5C6CCF
Text Example
Text Example
White with #5C6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6CCF; }
p { color: rgb(92,108,207); }
H1.HeaderClassName
{
color: #5C6CCF;
}
.AnyTagClassName
{
color: #5C6CCF;
}
</style>
background-color css
<style>
a { background-color: #5C6CCF; }
a { background-color: rgb(92,108,207); }
div.DivClassName
{
background-color: #5C6CCF;
}
.BgClassName
{
background-color: #5C6CCF;
}
</style>
border-color css
<style>
span { border-color: #5C6CCF; }
span { border-color: rgb(92,108,207); }
td.TdClassName
{
border-color: #5C6CCF;
}
.TagClassName
{
border-color: #5C6CCF;
}
</style>