Shades of Chetwode Blue #5C66AC
Tints of Chetwode Blue #5C66AC
RGB
CMYK
RGB Variations
Color information
#5C66AC (or 0x5C66AC) is known color: Chetwode Blue. HEX triplet: 5C, 66 and AC. RGB value is (92,102,172). Sum of RGB (Red+Green+Blue) = 92+102+172=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C66AC is #A39953. Grayscale: #6A6A6A. Windows color (decimal): -10721620 or 11298396. OLE color: 11298396.
HSL color Cylindrical-coordinate representation of color #5C66AC: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C66AC is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 102 | 172 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.33 |
| HSL | 232.5º | 0.33% | 0.52% | - |
| HSV(B) | 232.5º | 0.47% | 0.67% | - |
| XYZ | 16.61 | 14.76 | 41 | - |
| YUV | 106.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 172 | 0.47 | 0.41 | 0 | 0.33 | 232.5 | 0.33 | 0.52 |
| Hex | 5C | 66 | AC | 2F | 29 | 0 | 21 | E8 | 21 | 34 |
| Octal | 134 | 146 | 254 | 57 | 51 | 0 | 41 | 350 | 41 | 64 |
| Binary | 1011100 | 1100110 | 10101100 | 101111 | 101001 | 0 | 100001 | 11101000 | 100001 | 110100 |
Color Harmonies of #5C66AC
Complementary color
Monochromatic Colors of #5C66AC
Black with #5C66AC
Text Example
Text Example
White with #5C66AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C66AC; }
p { color: rgb(92,102,172); }
H1.HeaderClassName
{
color: #5C66AC;
}
.AnyTagClassName
{
color: #5C66AC;
}
</style>
background-color css
<style>
a { background-color: #5C66AC; }
a { background-color: rgb(92,102,172); }
div.DivClassName
{
background-color: #5C66AC;
}
.BgClassName
{
background-color: #5C66AC;
}
</style>
border-color css
<style>
span { border-color: #5C66AC; }
span { border-color: rgb(92,102,172); }
td.TdClassName
{
border-color: #5C66AC;
}
.TagClassName
{
border-color: #5C66AC;
}
</style>