Shades of Chetwode Blue #5C6DB3
Tints of Chetwode Blue #5C6DB3
RGB
CMYK
RGB Variations
Color information
#5C6DB3 (or 0x5C6DB3) is known color: Chetwode Blue. HEX triplet: 5C, 6D and B3. RGB value is (92,109,179). Sum of RGB (Red+Green+Blue) = 92+109+179=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #5C6DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6DB3 is #A3924C. Grayscale: #6F6F6F. Windows color (decimal): -10719821 or 11758940. OLE color: 11758940.
HSL color Cylindrical-coordinate representation of color #5C6DB3: hue angle of 228.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C6DB3 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 109 | 179 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.30 |
| HSL | 228.28º | 0.36% | 0.53% | - |
| HSV(B) | 228.28º | 0.49% | 0.7% | - |
| XYZ | 18.02 | 16.47 | 44.88 | - |
| YUV | 111.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 179 | 0.49 | 0.39 | 0 | 0.30 | 228.28 | 0.36 | 0.53 |
| Hex | 5C | 6D | B3 | 31 | 27 | 0 | 1E | E4 | 24 | 35 |
| Octal | 134 | 155 | 263 | 61 | 47 | 0 | 36 | 344 | 44 | 65 |
| Binary | 1011100 | 1101101 | 10110011 | 110001 | 100111 | 0 | 11110 | 11100100 | 100100 | 110101 |
Color Harmonies of #5C6DB3
Complementary color
Monochromatic Colors of #5C6DB3
Black with #5C6DB3
Text Example
Text Example
White with #5C6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6DB3; }
p { color: rgb(92,109,179); }
H1.HeaderClassName
{
color: #5C6DB3;
}
.AnyTagClassName
{
color: #5C6DB3;
}
</style>
background-color css
<style>
a { background-color: #5C6DB3; }
a { background-color: rgb(92,109,179); }
div.DivClassName
{
background-color: #5C6DB3;
}
.BgClassName
{
background-color: #5C6DB3;
}
</style>
border-color css
<style>
span { border-color: #5C6DB3; }
span { border-color: rgb(92,109,179); }
td.TdClassName
{
border-color: #5C6DB3;
}
.TagClassName
{
border-color: #5C6DB3;
}
</style>