Shades of Chetwode Blue #5A65AF
Tints of Chetwode Blue #5A65AF
RGB
CMYK
RGB Variations
Color information
#5A65AF (or 0x5A65AF) is known color: Chetwode Blue. HEX triplet: 5A, 65 and AF. RGB value is (90,101,175). Sum of RGB (Red+Green+Blue) = 90+101+175=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A65AF is #A59A50. Grayscale: #696969. Windows color (decimal): -10852945 or 11494746. OLE color: 11494746.
HSL color Cylindrical-coordinate representation of color #5A65AF: hue angle of 232.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A65AF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 101 | 175 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.31 |
| HSL | 232.24º | 0.35% | 0.52% | - |
| HSV(B) | 232.24º | 0.49% | 0.69% | - |
| XYZ | 16.61 | 14.58 | 42.5 | - |
| YUV | 106.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 175 | 0.49 | 0.42 | 0 | 0.31 | 232.24 | 0.35 | 0.52 |
| Hex | 5A | 65 | AF | 31 | 2A | 0 | 1F | E8 | 23 | 34 |
| Octal | 132 | 145 | 257 | 61 | 52 | 0 | 37 | 350 | 43 | 64 |
| Binary | 1011010 | 1100101 | 10101111 | 110001 | 101010 | 0 | 11111 | 11101000 | 100011 | 110100 |
Color Harmonies of #5A65AF
Complementary color
Monochromatic Colors of #5A65AF
Black with #5A65AF
Text Example
Text Example
White with #5A65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65AF; }
p { color: rgb(90,101,175); }
H1.HeaderClassName
{
color: #5A65AF;
}
.AnyTagClassName
{
color: #5A65AF;
}
</style>
background-color css
<style>
a { background-color: #5A65AF; }
a { background-color: rgb(90,101,175); }
div.DivClassName
{
background-color: #5A65AF;
}
.BgClassName
{
background-color: #5A65AF;
}
</style>
border-color css
<style>
span { border-color: #5A65AF; }
span { border-color: rgb(90,101,175); }
td.TdClassName
{
border-color: #5A65AF;
}
.TagClassName
{
border-color: #5A65AF;
}
</style>