Shades of Chetwode Blue #5A67BB
Tints of Chetwode Blue #5A67BB
RGB
CMYK
RGB Variations
Color information
#5A67BB (or 0x5A67BB) is known color: Chetwode Blue. HEX triplet: 5A, 67 and BB. RGB value is (90,103,187). Sum of RGB (Red+Green+Blue) = 90+103+187=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A67BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67BB is #A59844. Grayscale: #6C6C6C. Windows color (decimal): -10852421 or 12281690. OLE color: 12281690.
HSL color Cylindrical-coordinate representation of color #5A67BB: hue angle of 231.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A67BB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 103 | 187 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.27 |
| HSL | 231.96º | 0.42% | 0.54% | - |
| HSV(B) | 231.96º | 0.52% | 0.73% | - |
| XYZ | 18.04 | 15.46 | 49.05 | - |
| YUV | 108.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 187 | 0.52 | 0.45 | 0 | 0.27 | 231.96 | 0.42 | 0.54 |
| Hex | 5A | 67 | BB | 34 | 2D | 0 | 1B | E8 | 2A | 36 |
| Octal | 132 | 147 | 273 | 64 | 55 | 0 | 33 | 350 | 52 | 66 |
| Binary | 1011010 | 1100111 | 10111011 | 110100 | 101101 | 0 | 11011 | 11101000 | 101010 | 110110 |
Color Harmonies of #5A67BB
Complementary color
Monochromatic Colors of #5A67BB
Black with #5A67BB
Text Example
Text Example
White with #5A67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A67BB; }
p { color: rgb(90,103,187); }
H1.HeaderClassName
{
color: #5A67BB;
}
.AnyTagClassName
{
color: #5A67BB;
}
</style>
background-color css
<style>
a { background-color: #5A67BB; }
a { background-color: rgb(90,103,187); }
div.DivClassName
{
background-color: #5A67BB;
}
.BgClassName
{
background-color: #5A67BB;
}
</style>
border-color css
<style>
span { border-color: #5A67BB; }
span { border-color: rgb(90,103,187); }
td.TdClassName
{
border-color: #5A67BB;
}
.TagClassName
{
border-color: #5A67BB;
}
</style>