Shades of Chetwode Blue #5D76AF
Tints of Chetwode Blue #5D76AF
RGB
CMYK
RGB Variations
Color information
#5D76AF (or 0x5D76AF) is known color: Chetwode Blue. HEX triplet: 5D, 76 and AF. RGB value is (93,118,175). Sum of RGB (Red+Green+Blue) = 93+118+175=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D76AF is #A28950. Grayscale: #747474. Windows color (decimal): -10651985 or 11499101. OLE color: 11499101.
HSL color Cylindrical-coordinate representation of color #5D76AF: hue angle of 221.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D76AF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 118 | 175 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.31 |
| HSL | 221.71º | 0.34% | 0.53% | - |
| HSV(B) | 221.71º | 0.47% | 0.69% | - |
| XYZ | 18.73 | 18.38 | 43.12 | - |
| YUV | 117.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 175 | 0.47 | 0.33 | 0 | 0.31 | 221.71 | 0.34 | 0.53 |
| Hex | 5D | 76 | AF | 2F | 21 | 0 | 1F | DE | 22 | 35 |
| Octal | 135 | 166 | 257 | 57 | 41 | 0 | 37 | 336 | 42 | 65 |
| Binary | 1011101 | 1110110 | 10101111 | 101111 | 100001 | 0 | 11111 | 11011110 | 100010 | 110101 |
Color Harmonies of #5D76AF
Complementary color
Monochromatic Colors of #5D76AF
Black with #5D76AF
Text Example
Text Example
White with #5D76AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D76AF; }
p { color: rgb(93,118,175); }
H1.HeaderClassName
{
color: #5D76AF;
}
.AnyTagClassName
{
color: #5D76AF;
}
</style>
background-color css
<style>
a { background-color: #5D76AF; }
a { background-color: rgb(93,118,175); }
div.DivClassName
{
background-color: #5D76AF;
}
.BgClassName
{
background-color: #5D76AF;
}
</style>
border-color css
<style>
span { border-color: #5D76AF; }
span { border-color: rgb(93,118,175); }
td.TdClassName
{
border-color: #5D76AF;
}
.TagClassName
{
border-color: #5D76AF;
}
</style>