Shades of Chetwode Blue #5367B3
Tints of Chetwode Blue #5367B3
RGB
CMYK
RGB Variations
Color information
#5367B3 (or 0x5367B3) is known color: Chetwode Blue. HEX triplet: 53, 67 and B3. RGB value is (83,103,179). Sum of RGB (Red+Green+Blue) = 83+103+179=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #5367B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367B3 is #AC984C. Grayscale: #696969. Windows color (decimal): -11311181 or 11757395. OLE color: 11757395.
HSL color Cylindrical-coordinate representation of color #5367B3: hue angle of 227.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5367B3 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 103 | 179 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.30 |
| HSL | 227.5º | 0.39% | 0.51% | - |
| HSV(B) | 227.5º | 0.54% | 0.7% | - |
| XYZ | 16.55 | 14.79 | 44.63 | - |
| YUV | 105.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 179 | 0.54 | 0.42 | 0 | 0.30 | 227.5 | 0.39 | 0.51 |
| Hex | 53 | 67 | B3 | 36 | 2A | 0 | 1E | E4 | 27 | 33 |
| Octal | 123 | 147 | 263 | 66 | 52 | 0 | 36 | 344 | 47 | 63 |
| Binary | 1010011 | 1100111 | 10110011 | 110110 | 101010 | 0 | 11110 | 11100100 | 100111 | 110011 |
Color Harmonies of #5367B3
Complementary color
Monochromatic Colors of #5367B3
Black with #5367B3
Text Example
Text Example
White with #5367B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367B3; }
p { color: rgb(83,103,179); }
H1.HeaderClassName
{
color: #5367B3;
}
.AnyTagClassName
{
color: #5367B3;
}
</style>
background-color css
<style>
a { background-color: #5367B3; }
a { background-color: rgb(83,103,179); }
div.DivClassName
{
background-color: #5367B3;
}
.BgClassName
{
background-color: #5367B3;
}
</style>
border-color css
<style>
span { border-color: #5367B3; }
span { border-color: rgb(83,103,179); }
td.TdClassName
{
border-color: #5367B3;
}
.TagClassName
{
border-color: #5367B3;
}
</style>