Shades of Chetwode Blue #5267BC
Tints of Chetwode Blue #5267BC
RGB
CMYK
RGB Variations
Color information
#5267BC (or 0x5267BC) is known color: Chetwode Blue. HEX triplet: 52, 67 and BC. RGB value is (82,103,188). Sum of RGB (Red+Green+Blue) = 82+103+188=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5267BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267BC is #AD9843. Grayscale: #6A6A6A. Windows color (decimal): -11376708 or 12347218. OLE color: 12347218.
HSL color Cylindrical-coordinate representation of color #5267BC: hue angle of 228.11º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5267BC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 103 | 188 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.26 |
| HSL | 228.11º | 0.44% | 0.53% | - |
| HSV(B) | 228.11º | 0.56% | 0.74% | - |
| XYZ | 17.41 | 15.13 | 49.58 | - |
| YUV | 106.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 188 | 0.56 | 0.45 | 0 | 0.26 | 228.11 | 0.44 | 0.53 |
| Hex | 52 | 67 | BC | 38 | 2D | 0 | 1A | E4 | 2C | 35 |
| Octal | 122 | 147 | 274 | 70 | 55 | 0 | 32 | 344 | 54 | 65 |
| Binary | 1010010 | 1100111 | 10111100 | 111000 | 101101 | 0 | 11010 | 11100100 | 101100 | 110101 |
Color Harmonies of #5267BC
Complementary color
Monochromatic Colors of #5267BC
Black with #5267BC
Text Example
Text Example
White with #5267BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267BC; }
p { color: rgb(82,103,188); }
H1.HeaderClassName
{
color: #5267BC;
}
.AnyTagClassName
{
color: #5267BC;
}
</style>
background-color css
<style>
a { background-color: #5267BC; }
a { background-color: rgb(82,103,188); }
div.DivClassName
{
background-color: #5267BC;
}
.BgClassName
{
background-color: #5267BC;
}
</style>
border-color css
<style>
span { border-color: #5267BC; }
span { border-color: rgb(82,103,188); }
td.TdClassName
{
border-color: #5267BC;
}
.TagClassName
{
border-color: #5267BC;
}
</style>