Shades of Chetwode Blue #5366BE
Tints of Chetwode Blue #5366BE
RGB
CMYK
RGB Variations
Color information
#5366BE (or 0x5366BE) is known color: Chetwode Blue. HEX triplet: 53, 66 and BE. RGB value is (83,102,190). Sum of RGB (Red+Green+Blue) = 83+102+190=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5366BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366BE is #AC9941. Grayscale: #696969. Windows color (decimal): -11311426 or 12478035. OLE color: 12478035.
HSL color Cylindrical-coordinate representation of color #5366BE: hue angle of 229.35º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5366BE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 102 | 190 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.25 |
| HSL | 229.35º | 0.45% | 0.54% | - |
| HSV(B) | 229.35º | 0.56% | 0.75% | - |
| XYZ | 17.61 | 15.06 | 50.69 | - |
| YUV | 106.35 | 175.21 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 190 | 0.56 | 0.46 | 0 | 0.25 | 229.35 | 0.45 | 0.54 |
| Hex | 53 | 66 | BE | 38 | 2E | 0 | 19 | E5 | 2D | 36 |
| Octal | 123 | 146 | 276 | 70 | 56 | 0 | 31 | 345 | 55 | 66 |
| Binary | 1010011 | 1100110 | 10111110 | 111000 | 101110 | 0 | 11001 | 11100101 | 101101 | 110110 |
Color Harmonies of #5366BE
Complementary color
Monochromatic Colors of #5366BE
Black with #5366BE
Text Example
Text Example
White with #5366BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366BE; }
p { color: rgb(83,102,190); }
H1.HeaderClassName
{
color: #5366BE;
}
.AnyTagClassName
{
color: #5366BE;
}
</style>
background-color css
<style>
a { background-color: #5366BE; }
a { background-color: rgb(83,102,190); }
div.DivClassName
{
background-color: #5366BE;
}
.BgClassName
{
background-color: #5366BE;
}
</style>
border-color css
<style>
span { border-color: #5366BE; }
span { border-color: rgb(83,102,190); }
td.TdClassName
{
border-color: #5366BE;
}
.TagClassName
{
border-color: #5366BE;
}
</style>