Shades of Chetwode Blue #5672B6
Tints of Chetwode Blue #5672B6
RGB
CMYK
RGB Variations
Color information
#5672B6 (or 0x5672B6) is known color: Chetwode Blue. HEX triplet: 56, 72 and B6. RGB value is (86,114,182). Sum of RGB (Red+Green+Blue) = 86+114+182=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #5672B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672B6 is #A98D49. Grayscale: #717171. Windows color (decimal): -11111754 or 11956822. OLE color: 11956822.
HSL color Cylindrical-coordinate representation of color #5672B6: hue angle of 222.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5672B6 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 114 | 182 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.29 |
| HSL | 222.5º | 0.4% | 0.53% | - |
| HSV(B) | 222.5º | 0.53% | 0.71% | - |
| XYZ | 18.3 | 17.39 | 46.65 | - |
| YUV | 113.38 | 166.72 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 182 | 0.53 | 0.37 | 0 | 0.29 | 222.5 | 0.4 | 0.53 |
| Hex | 56 | 72 | B6 | 35 | 25 | 0 | 1D | DE | 28 | 35 |
| Octal | 126 | 162 | 266 | 65 | 45 | 0 | 35 | 336 | 50 | 65 |
| Binary | 1010110 | 1110010 | 10110110 | 110101 | 100101 | 0 | 11101 | 11011110 | 101000 | 110101 |
Color Harmonies of #5672B6
Complementary color
Monochromatic Colors of #5672B6
Black with #5672B6
Text Example
Text Example
White with #5672B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672B6; }
p { color: rgb(86,114,182); }
H1.HeaderClassName
{
color: #5672B6;
}
.AnyTagClassName
{
color: #5672B6;
}
</style>
background-color css
<style>
a { background-color: #5672B6; }
a { background-color: rgb(86,114,182); }
div.DivClassName
{
background-color: #5672B6;
}
.BgClassName
{
background-color: #5672B6;
}
</style>
border-color css
<style>
span { border-color: #5672B6; }
span { border-color: rgb(86,114,182); }
td.TdClassName
{
border-color: #5672B6;
}
.TagClassName
{
border-color: #5672B6;
}
</style>