Shades of Chetwode Blue #5A68CD
Tints of Chetwode Blue #5A68CD
RGB
CMYK
RGB Variations
Color information
#5A68CD (or 0x5A68CD) is known color: Chetwode Blue. HEX triplet: 5A, 68 and CD. RGB value is (90,104,205). Sum of RGB (Red+Green+Blue) = 90+104+205=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A68CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68CD is #A59732. Grayscale: #6E6E6E. Windows color (decimal): -10852147 or 13461594. OLE color: 13461594.
HSL color Cylindrical-coordinate representation of color #5A68CD: hue angle of 232.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A68CD is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 104 | 205 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.20 |
| HSL | 232.7º | 0.53% | 0.58% | - |
| HSV(B) | 232.7º | 0.56% | 0.8% | - |
| XYZ | 20.19 | 16.48 | 59.88 | - |
| YUV | 111.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 205 | 0.56 | 0.49 | 0 | 0.20 | 232.7 | 0.53 | 0.58 |
| Hex | 5A | 68 | CD | 38 | 31 | 0 | 14 | E9 | 35 | 3A |
| Octal | 132 | 150 | 315 | 70 | 61 | 0 | 24 | 351 | 65 | 72 |
| Binary | 1011010 | 1101000 | 11001101 | 111000 | 110001 | 0 | 10100 | 11101001 | 110101 | 111010 |
Color Harmonies of #5A68CD
Complementary color
Monochromatic Colors of #5A68CD
Black with #5A68CD
Text Example
Text Example
White with #5A68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68CD; }
p { color: rgb(90,104,205); }
H1.HeaderClassName
{
color: #5A68CD;
}
.AnyTagClassName
{
color: #5A68CD;
}
</style>
background-color css
<style>
a { background-color: #5A68CD; }
a { background-color: rgb(90,104,205); }
div.DivClassName
{
background-color: #5A68CD;
}
.BgClassName
{
background-color: #5A68CD;
}
</style>
border-color css
<style>
span { border-color: #5A68CD; }
span { border-color: rgb(90,104,205); }
td.TdClassName
{
border-color: #5A68CD;
}
.TagClassName
{
border-color: #5A68CD;
}
</style>