Shades of Chetwode Blue #5D6AB3
Tints of Chetwode Blue #5D6AB3
RGB
CMYK
RGB Variations
Color information
#5D6AB3 (or 0x5D6AB3) is known color: Chetwode Blue. HEX triplet: 5D, 6A and B3. RGB value is (93,106,179). Sum of RGB (Red+Green+Blue) = 93+106+179=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #5D6AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6AB3 is #A2954C. Grayscale: #6E6E6E. Windows color (decimal): -10655053 or 11758173. OLE color: 11758173.
HSL color Cylindrical-coordinate representation of color #5D6AB3: hue angle of 230.93º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D6AB3 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 106 | 179 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.30 |
| HSL | 230.93º | 0.36% | 0.53% | - |
| HSV(B) | 230.93º | 0.48% | 0.7% | - |
| XYZ | 17.8 | 15.89 | 44.78 | - |
| YUV | 110.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 106 | 179 | 0.48 | 0.41 | 0 | 0.30 | 230.93 | 0.36 | 0.53 |
| Hex | 5D | 6A | B3 | 30 | 29 | 0 | 1E | E7 | 24 | 35 |
| Octal | 135 | 152 | 263 | 60 | 51 | 0 | 36 | 347 | 44 | 65 |
| Binary | 1011101 | 1101010 | 10110011 | 110000 | 101001 | 0 | 11110 | 11100111 | 100100 | 110101 |
Color Harmonies of #5D6AB3
Complementary color
Monochromatic Colors of #5D6AB3
Black with #5D6AB3
Text Example
Text Example
White with #5D6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6AB3; }
p { color: rgb(93,106,179); }
H1.HeaderClassName
{
color: #5D6AB3;
}
.AnyTagClassName
{
color: #5D6AB3;
}
</style>
background-color css
<style>
a { background-color: #5D6AB3; }
a { background-color: rgb(93,106,179); }
div.DivClassName
{
background-color: #5D6AB3;
}
.BgClassName
{
background-color: #5D6AB3;
}
</style>
border-color css
<style>
span { border-color: #5D6AB3; }
span { border-color: rgb(93,106,179); }
td.TdClassName
{
border-color: #5D6AB3;
}
.TagClassName
{
border-color: #5D6AB3;
}
</style>