Shades of Chetwode Blue #5C6BCC
Tints of Chetwode Blue #5C6BCC
RGB
CMYK
RGB Variations
Color information
#5C6BCC (or 0x5C6BCC) is known color: Chetwode Blue. HEX triplet: 5C, 6B and CC. RGB value is (92,107,204). Sum of RGB (Red+Green+Blue) = 92+107+204=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C6BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6BCC is #A39433. Grayscale: #717171. Windows color (decimal): -10720308 or 13396828. OLE color: 13396828.
HSL color Cylindrical-coordinate representation of color #5C6BCC: hue angle of 231.96º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C6BCC is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 107 | 204 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.2 |
| HSL | 231.96º | 0.52% | 0.58% | - |
| HSV(B) | 231.96º | 0.55% | 0.8% | - |
| XYZ | 20.57 | 17.15 | 59.35 | - |
| YUV | 113.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 204 | 0.55 | 0.48 | 0 | 0.2 | 231.96 | 0.52 | 0.58 |
| Hex | 5C | 6B | CC | 37 | 30 | 0 | 14 | E8 | 34 | 3A |
| Octal | 134 | 153 | 314 | 67 | 60 | 0 | 24 | 350 | 64 | 72 |
| Binary | 1011100 | 1101011 | 11001100 | 110111 | 110000 | 0 | 10100 | 11101000 | 110100 | 111010 |
Color Harmonies of #5C6BCC
Complementary color
Monochromatic Colors of #5C6BCC
Black with #5C6BCC
Text Example
Text Example
White with #5C6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6BCC; }
p { color: rgb(92,107,204); }
H1.HeaderClassName
{
color: #5C6BCC;
}
.AnyTagClassName
{
color: #5C6BCC;
}
</style>
background-color css
<style>
a { background-color: #5C6BCC; }
a { background-color: rgb(92,107,204); }
div.DivClassName
{
background-color: #5C6BCC;
}
.BgClassName
{
background-color: #5C6BCC;
}
</style>
border-color css
<style>
span { border-color: #5C6BCC; }
span { border-color: rgb(92,107,204); }
td.TdClassName
{
border-color: #5C6BCC;
}
.TagClassName
{
border-color: #5C6BCC;
}
</style>