Shades of Chetwode Blue #5A68BB
Tints of Chetwode Blue #5A68BB
RGB
CMYK
RGB Variations
Color information
#5A68BB (or 0x5A68BB) is known color: Chetwode Blue. HEX triplet: 5A, 68 and BB. RGB value is (90,104,187). Sum of RGB (Red+Green+Blue) = 90+104+187=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68BB is #A59744. Grayscale: #6C6C6C. Windows color (decimal): -10852165 or 12281946. OLE color: 12281946.
HSL color Cylindrical-coordinate representation of color #5A68BB: hue angle of 231.34º 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 #5A68BB is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 104 | 187 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.27 |
| HSL | 231.34º | 0.42% | 0.54% | - |
| HSV(B) | 231.34º | 0.52% | 0.73% | - |
| XYZ | 18.14 | 15.66 | 49.08 | - |
| YUV | 109.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 187 | 0.52 | 0.44 | 0 | 0.27 | 231.34 | 0.42 | 0.54 |
| Hex | 5A | 68 | BB | 34 | 2C | 0 | 1B | E7 | 2A | 36 |
| Octal | 132 | 150 | 273 | 64 | 54 | 0 | 33 | 347 | 52 | 66 |
| Binary | 1011010 | 1101000 | 10111011 | 110100 | 101100 | 0 | 11011 | 11100111 | 101010 | 110110 |
Color Harmonies of #5A68BB
Complementary color
Monochromatic Colors of #5A68BB
Black with #5A68BB
Text Example
Text Example
White with #5A68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68BB; }
p { color: rgb(90,104,187); }
H1.HeaderClassName
{
color: #5A68BB;
}
.AnyTagClassName
{
color: #5A68BB;
}
</style>
background-color css
<style>
a { background-color: #5A68BB; }
a { background-color: rgb(90,104,187); }
div.DivClassName
{
background-color: #5A68BB;
}
.BgClassName
{
background-color: #5A68BB;
}
</style>
border-color css
<style>
span { border-color: #5A68BB; }
span { border-color: rgb(90,104,187); }
td.TdClassName
{
border-color: #5A68BB;
}
.TagClassName
{
border-color: #5A68BB;
}
</style>