Shades of Chetwode Blue #5369C1
Tints of Chetwode Blue #5369C1
RGB
CMYK
RGB Variations
Color information
#5369C1 (or 0x5369C1) is known color: Chetwode Blue. HEX triplet: 53, 69 and C1. RGB value is (83,105,193). Sum of RGB (Red+Green+Blue) = 83+105+193=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #5369C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369C1 is #AC963E. Grayscale: #6C6C6C. Windows color (decimal): -11310655 or 12675411. OLE color: 12675411.
HSL color Cylindrical-coordinate representation of color #5369C1: hue angle of 228º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5369C1 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 105 | 193 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.24 |
| HSL | 228º | 0.47% | 0.54% | - |
| HSV(B) | 228º | 0.57% | 0.76% | - |
| XYZ | 18.24 | 15.79 | 52.54 | - |
| YUV | 108.45 | 175.71 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 193 | 0.57 | 0.46 | 0 | 0.24 | 228 | 0.47 | 0.54 |
| Hex | 53 | 69 | C1 | 39 | 2E | 0 | 18 | E4 | 2F | 36 |
| Octal | 123 | 151 | 301 | 71 | 56 | 0 | 30 | 344 | 57 | 66 |
| Binary | 1010011 | 1101001 | 11000001 | 111001 | 101110 | 0 | 11000 | 11100100 | 101111 | 110110 |
Color Harmonies of #5369C1
Complementary color
Monochromatic Colors of #5369C1
Black with #5369C1
Text Example
Text Example
White with #5369C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369C1; }
p { color: rgb(83,105,193); }
H1.HeaderClassName
{
color: #5369C1;
}
.AnyTagClassName
{
color: #5369C1;
}
</style>
background-color css
<style>
a { background-color: #5369C1; }
a { background-color: rgb(83,105,193); }
div.DivClassName
{
background-color: #5369C1;
}
.BgClassName
{
background-color: #5369C1;
}
</style>
border-color css
<style>
span { border-color: #5369C1; }
span { border-color: rgb(83,105,193); }
td.TdClassName
{
border-color: #5369C1;
}
.TagClassName
{
border-color: #5369C1;
}
</style>