Shades of Chetwode Blue #5A67BD
Tints of Chetwode Blue #5A67BD
RGB
CMYK
RGB Variations
Color information
#5A67BD (or 0x5A67BD) is known color: Chetwode Blue. HEX triplet: 5A, 67 and BD. RGB value is (90,103,189). Sum of RGB (Red+Green+Blue) = 90+103+189=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A67BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67BD is #A59842. Grayscale: #6C6C6C. Windows color (decimal): -10852419 or 12412762. OLE color: 12412762.
HSL color Cylindrical-coordinate representation of color #5A67BD: hue angle of 232.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A67BD is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 103 | 189 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.26 |
| HSL | 232.12º | 0.43% | 0.55% | - |
| HSV(B) | 232.12º | 0.52% | 0.74% | - |
| XYZ | 18.25 | 15.55 | 50.18 | - |
| YUV | 108.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 189 | 0.52 | 0.46 | 0 | 0.26 | 232.12 | 0.43 | 0.55 |
| Hex | 5A | 67 | BD | 34 | 2E | 0 | 1A | E8 | 2B | 37 |
| Octal | 132 | 147 | 275 | 64 | 56 | 0 | 32 | 350 | 53 | 67 |
| Binary | 1011010 | 1100111 | 10111101 | 110100 | 101110 | 0 | 11010 | 11101000 | 101011 | 110111 |
Color Harmonies of #5A67BD
Complementary color
Monochromatic Colors of #5A67BD
Black with #5A67BD
Text Example
Text Example
White with #5A67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A67BD; }
p { color: rgb(90,103,189); }
H1.HeaderClassName
{
color: #5A67BD;
}
.AnyTagClassName
{
color: #5A67BD;
}
</style>
background-color css
<style>
a { background-color: #5A67BD; }
a { background-color: rgb(90,103,189); }
div.DivClassName
{
background-color: #5A67BD;
}
.BgClassName
{
background-color: #5A67BD;
}
</style>
border-color css
<style>
span { border-color: #5A67BD; }
span { border-color: rgb(90,103,189); }
td.TdClassName
{
border-color: #5A67BD;
}
.TagClassName
{
border-color: #5A67BD;
}
</style>