Shades of Chetwode Blue #5E6ABB
Tints of Chetwode Blue #5E6ABB
RGB
CMYK
RGB Variations
Color information
#5E6ABB (or 0x5E6ABB) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BB. RGB value is (94,106,187). Sum of RGB (Red+Green+Blue) = 94+106+187=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E6ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABB is #A19544. Grayscale: #6F6F6F. Windows color (decimal): -10589509 or 12282462. OLE color: 12282462.
HSL color Cylindrical-coordinate representation of color #5E6ABB: hue angle of 232.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6ABB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 94 | 106 | 187 | - |
CMYK | 0.50 | 0.43 | 0 | 0.27 |
HSL | 232.26º | 0.41% | 0.55% | - |
HSV(B) | 232.26º | 0.5% | 0.73% | - |
XYZ | 18.74 | 16.28 | 49.17 | - |
YUV | 111.65 | 170.52 | 115.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 106 | 187 | 0.50 | 0.43 | 0 | 0.27 | 232.26 | 0.41 | 0.55 |
Hex | 5E | 6A | BB | 32 | 2B | 0 | 1B | E8 | 29 | 37 |
Octal | 136 | 152 | 273 | 62 | 53 | 0 | 33 | 350 | 51 | 67 |
Binary | 1011110 | 1101010 | 10111011 | 110010 | 101011 | 0 | 11011 | 11101000 | 101001 | 110111 |
Color Harmonies of #5E6ABB
Complementary color
Monochromatic Colors of #5E6ABB
Black with #5E6ABB
Text Example
Text Example
White with #5E6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6ABB; }
p { color: rgb(94,106,187); }
H1.HeaderClassName
{
color: #5E6ABB;
}
.AnyTagClassName
{
color: #5E6ABB;
}
</style>
background-color css
<style>
a { background-color: #5E6ABB; }
a { background-color: rgb(94,106,187); }
div.DivClassName
{
background-color: #5E6ABB;
}
.BgClassName
{
background-color: #5E6ABB;
}
</style>
border-color css
<style>
span { border-color: #5E6ABB; }
span { border-color: rgb(94,106,187); }
td.TdClassName
{
border-color: #5E6ABB;
}
.TagClassName
{
border-color: #5E6ABB;
}
</style>