Shades of Chetwode Blue #5D66AF
Tints of Chetwode Blue #5D66AF
RGB
CMYK
RGB Variations
Color information
#5D66AF (or 0x5D66AF) is known color: Chetwode Blue. HEX triplet: 5D, 66 and AF. RGB value is (93,102,175). Sum of RGB (Red+Green+Blue) = 93+102+175=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D66AF is #A29950. Grayscale: #6B6B6B. Windows color (decimal): -10656081 or 11495005. OLE color: 11495005.
HSL color Cylindrical-coordinate representation of color #5D66AF: hue angle of 233.41º 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 #5D66AF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 102 | 175 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.31 |
| HSL | 233.41º | 0.34% | 0.53% | - |
| HSV(B) | 233.41º | 0.47% | 0.69% | - |
| XYZ | 17 | 14.93 | 42.54 | - |
| YUV | 107.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 175 | 0.47 | 0.42 | 0 | 0.31 | 233.41 | 0.34 | 0.53 |
| Hex | 5D | 66 | AF | 2F | 2A | 0 | 1F | E9 | 22 | 35 |
| Octal | 135 | 146 | 257 | 57 | 52 | 0 | 37 | 351 | 42 | 65 |
| Binary | 1011101 | 1100110 | 10101111 | 101111 | 101010 | 0 | 11111 | 11101001 | 100010 | 110101 |
Color Harmonies of #5D66AF
Complementary color
Monochromatic Colors of #5D66AF
Black with #5D66AF
Text Example
Text Example
White with #5D66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D66AF; }
p { color: rgb(93,102,175); }
H1.HeaderClassName
{
color: #5D66AF;
}
.AnyTagClassName
{
color: #5D66AF;
}
</style>
background-color css
<style>
a { background-color: #5D66AF; }
a { background-color: rgb(93,102,175); }
div.DivClassName
{
background-color: #5D66AF;
}
.BgClassName
{
background-color: #5D66AF;
}
</style>
border-color css
<style>
span { border-color: #5D66AF; }
span { border-color: rgb(93,102,175); }
td.TdClassName
{
border-color: #5D66AF;
}
.TagClassName
{
border-color: #5D66AF;
}
</style>