Shades of Chetwode Blue #5872AF
Tints of Chetwode Blue #5872AF
RGB
CMYK
RGB Variations
Color information
#5872AF (or 0x5872AF) is known color: Chetwode Blue. HEX triplet: 58, 72 and AF. RGB value is (88,114,175). Sum of RGB (Red+Green+Blue) = 88+114+175=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #5872AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5872AF is #A78D50. Grayscale: #707070. Windows color (decimal): -10980689 or 11498072. OLE color: 11498072.
HSL color Cylindrical-coordinate representation of color #5872AF: hue angle of 222.07º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5872AF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 114 | 175 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.31 |
| HSL | 222.07º | 0.35% | 0.52% | - |
| HSV(B) | 222.07º | 0.5% | 0.69% | - |
| XYZ | 17.78 | 17.2 | 42.94 | - |
| YUV | 113.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 175 | 0.50 | 0.35 | 0 | 0.31 | 222.07 | 0.35 | 0.52 |
| Hex | 58 | 72 | AF | 32 | 23 | 0 | 1F | DE | 23 | 34 |
| Octal | 130 | 162 | 257 | 62 | 43 | 0 | 37 | 336 | 43 | 64 |
| Binary | 1011000 | 1110010 | 10101111 | 110010 | 100011 | 0 | 11111 | 11011110 | 100011 | 110100 |
Color Harmonies of #5872AF
Complementary color
Monochromatic Colors of #5872AF
Black with #5872AF
Text Example
Text Example
White with #5872AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5872AF; }
p { color: rgb(88,114,175); }
H1.HeaderClassName
{
color: #5872AF;
}
.AnyTagClassName
{
color: #5872AF;
}
</style>
background-color css
<style>
a { background-color: #5872AF; }
a { background-color: rgb(88,114,175); }
div.DivClassName
{
background-color: #5872AF;
}
.BgClassName
{
background-color: #5872AF;
}
</style>
border-color css
<style>
span { border-color: #5872AF; }
span { border-color: rgb(88,114,175); }
td.TdClassName
{
border-color: #5872AF;
}
.TagClassName
{
border-color: #5872AF;
}
</style>