Shades of Chetwode Blue #5367B1
Tints of Chetwode Blue #5367B1
RGB
CMYK
RGB Variations
Color information
#5367B1 (or 0x5367B1) is known color: Chetwode Blue. HEX triplet: 53, 67 and B1. RGB value is (83,103,177). Sum of RGB (Red+Green+Blue) = 83+103+177=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #5367B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5367B1 is #AC984E. Grayscale: #696969. Windows color (decimal): -11311183 or 11626323. OLE color: 11626323.
HSL color Cylindrical-coordinate representation of color #5367B1: hue angle of 227.23º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5367B1 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 103 | 177 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.31 |
| HSL | 227.23º | 0.38% | 0.51% | - |
| HSV(B) | 227.23º | 0.53% | 0.69% | - |
| XYZ | 16.35 | 14.71 | 43.57 | - |
| YUV | 105.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 177 | 0.53 | 0.42 | 0 | 0.31 | 227.23 | 0.38 | 0.51 |
| Hex | 53 | 67 | B1 | 35 | 2A | 0 | 1F | E3 | 26 | 33 |
| Octal | 123 | 147 | 261 | 65 | 52 | 0 | 37 | 343 | 46 | 63 |
| Binary | 1010011 | 1100111 | 10110001 | 110101 | 101010 | 0 | 11111 | 11100011 | 100110 | 110011 |
Color Harmonies of #5367B1
Complementary color
Monochromatic Colors of #5367B1
Black with #5367B1
Text Example
Text Example
White with #5367B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367B1; }
p { color: rgb(83,103,177); }
H1.HeaderClassName
{
color: #5367B1;
}
.AnyTagClassName
{
color: #5367B1;
}
</style>
background-color css
<style>
a { background-color: #5367B1; }
a { background-color: rgb(83,103,177); }
div.DivClassName
{
background-color: #5367B1;
}
.BgClassName
{
background-color: #5367B1;
}
</style>
border-color css
<style>
span { border-color: #5367B1; }
span { border-color: rgb(83,103,177); }
td.TdClassName
{
border-color: #5367B1;
}
.TagClassName
{
border-color: #5367B1;
}
</style>