Shades of Chetwode Blue #5A6CC9
Tints of Chetwode Blue #5A6CC9
RGB
CMYK
RGB Variations
Color information
#5A6CC9 (or 0x5A6CC9) is known color: Chetwode Blue. HEX triplet: 5A, 6C and C9. RGB value is (90,108,201). Sum of RGB (Red+Green+Blue) = 90+108+201=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A6CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CC9 is #A59336. Grayscale: #707070. Windows color (decimal): -10851127 or 13200474. OLE color: 13200474.
HSL color Cylindrical-coordinate representation of color #5A6CC9: hue angle of 230.27º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A6CC9 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 108 | 201 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.21 |
| HSL | 230.27º | 0.51% | 0.57% | - |
| HSV(B) | 230.27º | 0.55% | 0.79% | - |
| XYZ | 20.12 | 17.12 | 57.5 | - |
| YUV | 113.22 | 177.54 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 201 | 0.55 | 0.46 | 0 | 0.21 | 230.27 | 0.51 | 0.57 |
| Hex | 5A | 6C | C9 | 37 | 2E | 0 | 15 | E6 | 33 | 39 |
| Octal | 132 | 154 | 311 | 67 | 56 | 0 | 25 | 346 | 63 | 71 |
| Binary | 1011010 | 1101100 | 11001001 | 110111 | 101110 | 0 | 10101 | 11100110 | 110011 | 111001 |
Color Harmonies of #5A6CC9
Complementary color
Monochromatic Colors of #5A6CC9
Black with #5A6CC9
Text Example
Text Example
White with #5A6CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6CC9; }
p { color: rgb(90,108,201); }
H1.HeaderClassName
{
color: #5A6CC9;
}
.AnyTagClassName
{
color: #5A6CC9;
}
</style>
background-color css
<style>
a { background-color: #5A6CC9; }
a { background-color: rgb(90,108,201); }
div.DivClassName
{
background-color: #5A6CC9;
}
.BgClassName
{
background-color: #5A6CC9;
}
</style>
border-color css
<style>
span { border-color: #5A6CC9; }
span { border-color: rgb(90,108,201); }
td.TdClassName
{
border-color: #5A6CC9;
}
.TagClassName
{
border-color: #5A6CC9;
}
</style>