Shades of Chetwode Blue #5268B7
Tints of Chetwode Blue #5268B7
RGB
CMYK
RGB Variations
Color information
#5268B7 (or 0x5268B7) is known color: Chetwode Blue. HEX triplet: 52, 68 and B7. RGB value is (82,104,183). Sum of RGB (Red+Green+Blue) = 82+104+183=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #5268B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268B7 is #AD9748. Grayscale: #6A6A6A. Windows color (decimal): -11376457 or 12019794. OLE color: 12019794.
HSL color Cylindrical-coordinate representation of color #5268B7: hue angle of 226.93º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5268B7 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 104 | 183 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.28 |
| HSL | 226.93º | 0.41% | 0.52% | - |
| HSV(B) | 226.93º | 0.55% | 0.72% | - |
| XYZ | 16.98 | 15.11 | 46.82 | - |
| YUV | 106.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 183 | 0.55 | 0.43 | 0 | 0.28 | 226.93 | 0.41 | 0.52 |
| Hex | 52 | 68 | B7 | 37 | 2B | 0 | 1C | E3 | 29 | 34 |
| Octal | 122 | 150 | 267 | 67 | 53 | 0 | 34 | 343 | 51 | 64 |
| Binary | 1010010 | 1101000 | 10110111 | 110111 | 101011 | 0 | 11100 | 11100011 | 101001 | 110100 |
Color Harmonies of #5268B7
Complementary color
Monochromatic Colors of #5268B7
Black with #5268B7
Text Example
Text Example
White with #5268B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268B7; }
p { color: rgb(82,104,183); }
H1.HeaderClassName
{
color: #5268B7;
}
.AnyTagClassName
{
color: #5268B7;
}
</style>
background-color css
<style>
a { background-color: #5268B7; }
a { background-color: rgb(82,104,183); }
div.DivClassName
{
background-color: #5268B7;
}
.BgClassName
{
background-color: #5268B7;
}
</style>
border-color css
<style>
span { border-color: #5268B7; }
span { border-color: rgb(82,104,183); }
td.TdClassName
{
border-color: #5268B7;
}
.TagClassName
{
border-color: #5268B7;
}
</style>