Shades of Chetwode Blue #5C69CC
Tints of Chetwode Blue #5C69CC
RGB
CMYK
RGB Variations
Color information
#5C69CC (or 0x5C69CC) is known color: Chetwode Blue. HEX triplet: 5C, 69 and CC. RGB value is (92,105,204). Sum of RGB (Red+Green+Blue) = 92+105+204=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C69CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69CC is #A39633. Grayscale: #6F6F6F. Windows color (decimal): -10720820 or 13396316. OLE color: 13396316.
HSL color Cylindrical-coordinate representation of color #5C69CC: hue angle of 233.04º 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 #5C69CC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 105 | 204 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.2 |
| HSL | 233.04º | 0.52% | 0.58% | - |
| HSV(B) | 233.04º | 0.55% | 0.8% | - |
| XYZ | 20.36 | 16.74 | 59.28 | - |
| YUV | 112.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 204 | 0.55 | 0.49 | 0 | 0.2 | 233.04 | 0.52 | 0.58 |
| Hex | 5C | 69 | CC | 37 | 31 | 0 | 14 | E9 | 34 | 3A |
| Octal | 134 | 151 | 314 | 67 | 61 | 0 | 24 | 351 | 64 | 72 |
| Binary | 1011100 | 1101001 | 11001100 | 110111 | 110001 | 0 | 10100 | 11101001 | 110100 | 111010 |
Color Harmonies of #5C69CC
Complementary color
Monochromatic Colors of #5C69CC
Black with #5C69CC
Text Example
Text Example
White with #5C69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C69CC; }
p { color: rgb(92,105,204); }
H1.HeaderClassName
{
color: #5C69CC;
}
.AnyTagClassName
{
color: #5C69CC;
}
</style>
background-color css
<style>
a { background-color: #5C69CC; }
a { background-color: rgb(92,105,204); }
div.DivClassName
{
background-color: #5C69CC;
}
.BgClassName
{
background-color: #5C69CC;
}
</style>
border-color css
<style>
span { border-color: #5C69CC; }
span { border-color: rgb(92,105,204); }
td.TdClassName
{
border-color: #5C69CC;
}
.TagClassName
{
border-color: #5C69CC;
}
</style>