Shades of Chetwode Blue #5265BC
Tints of Chetwode Blue #5265BC
RGB
CMYK
RGB Variations
Color information
#5265BC (or 0x5265BC) is known color: Chetwode Blue. HEX triplet: 52, 65 and BC. RGB value is (82,101,188). Sum of RGB (Red+Green+Blue) = 82+101+188=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5265BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265BC is #AD9A43. Grayscale: #686868. Windows color (decimal): -11377220 or 12346706. OLE color: 12346706.
HSL color Cylindrical-coordinate representation of color #5265BC: hue angle of 229.25º 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 #5265BC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 101 | 188 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.26 |
| HSL | 229.25º | 0.44% | 0.53% | - |
| HSV(B) | 229.25º | 0.56% | 0.74% | - |
| XYZ | 17.21 | 14.73 | 49.51 | - |
| YUV | 105.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 188 | 0.56 | 0.46 | 0 | 0.26 | 229.25 | 0.44 | 0.53 |
| Hex | 52 | 65 | BC | 38 | 2E | 0 | 1A | E5 | 2C | 35 |
| Octal | 122 | 145 | 274 | 70 | 56 | 0 | 32 | 345 | 54 | 65 |
| Binary | 1010010 | 1100101 | 10111100 | 111000 | 101110 | 0 | 11010 | 11100101 | 101100 | 110101 |
Color Harmonies of #5265BC
Complementary color
Monochromatic Colors of #5265BC
Black with #5265BC
Text Example
Text Example
White with #5265BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265BC; }
p { color: rgb(82,101,188); }
H1.HeaderClassName
{
color: #5265BC;
}
.AnyTagClassName
{
color: #5265BC;
}
</style>
background-color css
<style>
a { background-color: #5265BC; }
a { background-color: rgb(82,101,188); }
div.DivClassName
{
background-color: #5265BC;
}
.BgClassName
{
background-color: #5265BC;
}
</style>
border-color css
<style>
span { border-color: #5265BC; }
span { border-color: rgb(82,101,188); }
td.TdClassName
{
border-color: #5265BC;
}
.TagClassName
{
border-color: #5265BC;
}
</style>