Shades of Chetwode Blue #5A6CCB
Tints of Chetwode Blue #5A6CCB
RGB
CMYK
RGB Variations
Color information
#5A6CCB (or 0x5A6CCB) is known color: Chetwode Blue. HEX triplet: 5A, 6C and CB. RGB value is (90,108,203). Sum of RGB (Red+Green+Blue) = 90+108+203=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A6CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CCB is #A59334. Grayscale: #717171. Windows color (decimal): -10851125 or 13331546. OLE color: 13331546.
HSL color Cylindrical-coordinate representation of color #5A6CCB: hue angle of 230.44º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6CCB is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 108 | 203 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.20 |
| HSL | 230.44º | 0.52% | 0.57% | - |
| HSV(B) | 230.44º | 0.56% | 0.8% | - |
| XYZ | 20.36 | 17.21 | 58.75 | - |
| YUV | 113.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 108 | 203 | 0.56 | 0.47 | 0 | 0.20 | 230.44 | 0.52 | 0.57 |
| Hex | 5A | 6C | CB | 38 | 2F | 0 | 14 | E6 | 34 | 39 |
| Octal | 132 | 154 | 313 | 70 | 57 | 0 | 24 | 346 | 64 | 71 |
| Binary | 1011010 | 1101100 | 11001011 | 111000 | 101111 | 0 | 10100 | 11100110 | 110100 | 111001 |
Color Harmonies of #5A6CCB
Complementary color
Monochromatic Colors of #5A6CCB
Black with #5A6CCB
Text Example
Text Example
White with #5A6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6CCB; }
p { color: rgb(90,108,203); }
H1.HeaderClassName
{
color: #5A6CCB;
}
.AnyTagClassName
{
color: #5A6CCB;
}
</style>
background-color css
<style>
a { background-color: #5A6CCB; }
a { background-color: rgb(90,108,203); }
div.DivClassName
{
background-color: #5A6CCB;
}
.BgClassName
{
background-color: #5A6CCB;
}
</style>
border-color css
<style>
span { border-color: #5A6CCB; }
span { border-color: rgb(90,108,203); }
td.TdClassName
{
border-color: #5A6CCB;
}
.TagClassName
{
border-color: #5A6CCB;
}
</style>