Shades of Chetwode Blue #5D65AF
Tints of Chetwode Blue #5D65AF
RGB
CMYK
RGB Variations
Color information
#5D65AF (or 0x5D65AF) is known color: Chetwode Blue. HEX triplet: 5D, 65 and AF. RGB value is (93,101,175). Sum of RGB (Red+Green+Blue) = 93+101+175=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D65AF is #A29A50. Grayscale: #6A6A6A. Windows color (decimal): -10656337 or 11494749. OLE color: 11494749.
HSL color Cylindrical-coordinate representation of color #5D65AF: hue angle of 234.15º 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 #5D65AF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 101 | 175 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.31 |
| HSL | 234.15º | 0.34% | 0.53% | - |
| HSV(B) | 234.15º | 0.47% | 0.69% | - |
| XYZ | 16.91 | 14.73 | 42.51 | - |
| YUV | 107.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 175 | 0.47 | 0.42 | 0 | 0.31 | 234.15 | 0.34 | 0.53 |
| Hex | 5D | 65 | AF | 2F | 2A | 0 | 1F | EA | 22 | 35 |
| Octal | 135 | 145 | 257 | 57 | 52 | 0 | 37 | 352 | 42 | 65 |
| Binary | 1011101 | 1100101 | 10101111 | 101111 | 101010 | 0 | 11111 | 11101010 | 100010 | 110101 |
Color Harmonies of #5D65AF
Complementary color
Monochromatic Colors of #5D65AF
Black with #5D65AF
Text Example
Text Example
White with #5D65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D65AF; }
p { color: rgb(93,101,175); }
H1.HeaderClassName
{
color: #5D65AF;
}
.AnyTagClassName
{
color: #5D65AF;
}
</style>
background-color css
<style>
a { background-color: #5D65AF; }
a { background-color: rgb(93,101,175); }
div.DivClassName
{
background-color: #5D65AF;
}
.BgClassName
{
background-color: #5D65AF;
}
</style>
border-color css
<style>
span { border-color: #5D65AF; }
span { border-color: rgb(93,101,175); }
td.TdClassName
{
border-color: #5D65AF;
}
.TagClassName
{
border-color: #5D65AF;
}
</style>