Shades of Chetwode Blue #5E75B2
Tints of Chetwode Blue #5E75B2
RGB
CMYK
RGB Variations
Color information
#5E75B2 (or 0x5E75B2) is known color: Chetwode Blue. HEX triplet: 5E, 75 and B2. RGB value is (94,117,178). Sum of RGB (Red+Green+Blue) = 94+117+178=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #5E75B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E75B2 is #A18A4D. Grayscale: #747474. Windows color (decimal): -10586702 or 11695454. OLE color: 11695454.
HSL color Cylindrical-coordinate representation of color #5E75B2: hue angle of 223.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E75B2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 117 | 178 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.30 |
| HSL | 223.57º | 0.35% | 0.53% | - |
| HSV(B) | 223.57º | 0.47% | 0.7% | - |
| XYZ | 19.01 | 18.32 | 44.65 | - |
| YUV | 117.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 178 | 0.47 | 0.34 | 0 | 0.30 | 223.57 | 0.35 | 0.53 |
| Hex | 5E | 75 | B2 | 2F | 22 | 0 | 1E | E0 | 23 | 35 |
| Octal | 136 | 165 | 262 | 57 | 42 | 0 | 36 | 340 | 43 | 65 |
| Binary | 1011110 | 1110101 | 10110010 | 101111 | 100010 | 0 | 11110 | 11100000 | 100011 | 110101 |
Color Harmonies of #5E75B2
Complementary color
Monochromatic Colors of #5E75B2
Black with #5E75B2
Text Example
Text Example
White with #5E75B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E75B2; }
p { color: rgb(94,117,178); }
H1.HeaderClassName
{
color: #5E75B2;
}
.AnyTagClassName
{
color: #5E75B2;
}
</style>
background-color css
<style>
a { background-color: #5E75B2; }
a { background-color: rgb(94,117,178); }
div.DivClassName
{
background-color: #5E75B2;
}
.BgClassName
{
background-color: #5E75B2;
}
</style>
border-color css
<style>
span { border-color: #5E75B2; }
span { border-color: rgb(94,117,178); }
td.TdClassName
{
border-color: #5E75B2;
}
.TagClassName
{
border-color: #5E75B2;
}
</style>