Shades of Chetwode Blue #5E65BD
Tints of Chetwode Blue #5E65BD
RGB
CMYK
RGB Variations
Color information
#5E65BD (or 0x5E65BD) is known color: Chetwode Blue. HEX triplet: 5E, 65 and BD. RGB value is (94,101,189). Sum of RGB (Red+Green+Blue) = 94+101+189=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E65BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E65BD is #A19A42. Grayscale: #6C6C6C. Windows color (decimal): -10590787 or 12412254. OLE color: 12412254.
HSL color Cylindrical-coordinate representation of color #5E65BD: hue angle of 235.58º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E65BD is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 101 | 189 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.26 |
| HSL | 235.58º | 0.42% | 0.55% | - |
| HSV(B) | 235.58º | 0.5% | 0.74% | - |
| XYZ | 18.46 | 15.36 | 50.14 | - |
| YUV | 108.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 189 | 0.50 | 0.47 | 0 | 0.26 | 235.58 | 0.42 | 0.55 |
| Hex | 5E | 65 | BD | 32 | 2F | 0 | 1A | EC | 2A | 37 |
| Octal | 136 | 145 | 275 | 62 | 57 | 0 | 32 | 354 | 52 | 67 |
| Binary | 1011110 | 1100101 | 10111101 | 110010 | 101111 | 0 | 11010 | 11101100 | 101010 | 110111 |
Color Harmonies of #5E65BD
Complementary color
Monochromatic Colors of #5E65BD
Black with #5E65BD
Text Example
Text Example
White with #5E65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E65BD; }
p { color: rgb(94,101,189); }
H1.HeaderClassName
{
color: #5E65BD;
}
.AnyTagClassName
{
color: #5E65BD;
}
</style>
background-color css
<style>
a { background-color: #5E65BD; }
a { background-color: rgb(94,101,189); }
div.DivClassName
{
background-color: #5E65BD;
}
.BgClassName
{
background-color: #5E65BD;
}
</style>
border-color css
<style>
span { border-color: #5E65BD; }
span { border-color: rgb(94,101,189); }
td.TdClassName
{
border-color: #5E65BD;
}
.TagClassName
{
border-color: #5E65BD;
}
</style>