Shades of Chetwode Blue #5367BB
Tints of Chetwode Blue #5367BB
RGB
CMYK
RGB Variations
Color information
#5367BB (or 0x5367BB) is known color: Chetwode Blue. HEX triplet: 53, 67 and BB. RGB value is (83,103,187). Sum of RGB (Red+Green+Blue) = 83+103+187=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5367BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367BB is #AC9844. Grayscale: #6A6A6A. Windows color (decimal): -11311173 or 12281683. OLE color: 12281683.
HSL color Cylindrical-coordinate representation of color #5367BB: hue angle of 228.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5367BB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 103 | 187 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.27 |
| HSL | 228.46º | 0.43% | 0.53% | - |
| HSV(B) | 228.46º | 0.56% | 0.73% | - |
| XYZ | 17.39 | 15.13 | 49.02 | - |
| YUV | 106.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 187 | 0.56 | 0.45 | 0 | 0.27 | 228.46 | 0.43 | 0.53 |
| Hex | 53 | 67 | BB | 38 | 2D | 0 | 1B | E4 | 2B | 35 |
| Octal | 123 | 147 | 273 | 70 | 55 | 0 | 33 | 344 | 53 | 65 |
| Binary | 1010011 | 1100111 | 10111011 | 111000 | 101101 | 0 | 11011 | 11100100 | 101011 | 110101 |
Color Harmonies of #5367BB
Complementary color
Monochromatic Colors of #5367BB
Black with #5367BB
Text Example
Text Example
White with #5367BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367BB; }
p { color: rgb(83,103,187); }
H1.HeaderClassName
{
color: #5367BB;
}
.AnyTagClassName
{
color: #5367BB;
}
</style>
background-color css
<style>
a { background-color: #5367BB; }
a { background-color: rgb(83,103,187); }
div.DivClassName
{
background-color: #5367BB;
}
.BgClassName
{
background-color: #5367BB;
}
</style>
border-color css
<style>
span { border-color: #5367BB; }
span { border-color: rgb(83,103,187); }
td.TdClassName
{
border-color: #5367BB;
}
.TagClassName
{
border-color: #5367BB;
}
</style>