Shades of Chetwode Blue #5C63BA
Tints of Chetwode Blue #5C63BA
RGB
CMYK
RGB Variations
Color information
#5C63BA (or 0x5C63BA) is known color: Chetwode Blue. HEX triplet: 5C, 63 and BA. RGB value is (92,99,186). Sum of RGB (Red+Green+Blue) = 92+99+186=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C63BA is #A39C45. Grayscale: #6A6A6A. Windows color (decimal): -10722374 or 12215132. OLE color: 12215132.
HSL color Cylindrical-coordinate representation of color #5C63BA: hue angle of 235.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C63BA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 99 | 186 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.27 |
| HSL | 235.53º | 0.41% | 0.55% | - |
| HSV(B) | 235.53º | 0.51% | 0.73% | - |
| XYZ | 17.74 | 14.74 | 48.37 | - |
| YUV | 106.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 186 | 0.51 | 0.47 | 0 | 0.27 | 235.53 | 0.41 | 0.55 |
| Hex | 5C | 63 | BA | 33 | 2F | 0 | 1B | EC | 29 | 37 |
| Octal | 134 | 143 | 272 | 63 | 57 | 0 | 33 | 354 | 51 | 67 |
| Binary | 1011100 | 1100011 | 10111010 | 110011 | 101111 | 0 | 11011 | 11101100 | 101001 | 110111 |
Color Harmonies of #5C63BA
Complementary color
Monochromatic Colors of #5C63BA
Black with #5C63BA
Text Example
Text Example
White with #5C63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C63BA; }
p { color: rgb(92,99,186); }
H1.HeaderClassName
{
color: #5C63BA;
}
.AnyTagClassName
{
color: #5C63BA;
}
</style>
background-color css
<style>
a { background-color: #5C63BA; }
a { background-color: rgb(92,99,186); }
div.DivClassName
{
background-color: #5C63BA;
}
.BgClassName
{
background-color: #5C63BA;
}
</style>
border-color css
<style>
span { border-color: #5C63BA; }
span { border-color: rgb(92,99,186); }
td.TdClassName
{
border-color: #5C63BA;
}
.TagClassName
{
border-color: #5C63BA;
}
</style>