Shades of Chetwode Blue #536BB1
Tints of Chetwode Blue #536BB1
RGB
CMYK
RGB Variations
Color information
#536BB1 (or 0x536BB1) is known color: Chetwode Blue. HEX triplet: 53, 6B and B1. RGB value is (83,107,177). Sum of RGB (Red+Green+Blue) = 83+107+177=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #536BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536BB1 is #AC944E. Grayscale: #6B6B6B. Windows color (decimal): -11310159 or 11627347. OLE color: 11627347.
HSL color Cylindrical-coordinate representation of color #536BB1: hue angle of 224.68º 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 #536BB1 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 107 | 177 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.31 |
| HSL | 224.68º | 0.38% | 0.51% | - |
| HSV(B) | 224.68º | 0.53% | 0.69% | - |
| XYZ | 16.76 | 15.53 | 43.71 | - |
| YUV | 107.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 177 | 0.53 | 0.40 | 0 | 0.31 | 224.68 | 0.38 | 0.51 |
| Hex | 53 | 6B | B1 | 35 | 28 | 0 | 1F | E1 | 26 | 33 |
| Octal | 123 | 153 | 261 | 65 | 50 | 0 | 37 | 341 | 46 | 63 |
| Binary | 1010011 | 1101011 | 10110001 | 110101 | 101000 | 0 | 11111 | 11100001 | 100110 | 110011 |
Color Harmonies of #536BB1
Complementary color
Monochromatic Colors of #536BB1
Black with #536BB1
Text Example
Text Example
White with #536BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BB1; }
p { color: rgb(83,107,177); }
H1.HeaderClassName
{
color: #536BB1;
}
.AnyTagClassName
{
color: #536BB1;
}
</style>
background-color css
<style>
a { background-color: #536BB1; }
a { background-color: rgb(83,107,177); }
div.DivClassName
{
background-color: #536BB1;
}
.BgClassName
{
background-color: #536BB1;
}
</style>
border-color css
<style>
span { border-color: #536BB1; }
span { border-color: rgb(83,107,177); }
td.TdClassName
{
border-color: #536BB1;
}
.TagClassName
{
border-color: #536BB1;
}
</style>