Shades of Chetwode Blue #5E67B3
Tints of Chetwode Blue #5E67B3
RGB
CMYK
RGB Variations
Color information
#5E67B3 (or 0x5E67B3) is known color: Chetwode Blue. HEX triplet: 5E, 67 and B3. RGB value is (94,103,179). Sum of RGB (Red+Green+Blue) = 94+103+179=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E67B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E67B3 is #A1984C. Grayscale: #6C6C6C. Windows color (decimal): -10590285 or 11757406. OLE color: 11757406.
HSL color Cylindrical-coordinate representation of color #5E67B3: hue angle of 233.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E67B3 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 103 | 179 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.30 |
| HSL | 233.65º | 0.36% | 0.54% | - |
| HSV(B) | 233.65º | 0.47% | 0.7% | - |
| XYZ | 17.6 | 15.33 | 44.68 | - |
| YUV | 108.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 179 | 0.47 | 0.42 | 0 | 0.30 | 233.65 | 0.36 | 0.54 |
| Hex | 5E | 67 | B3 | 2F | 2A | 0 | 1E | EA | 24 | 36 |
| Octal | 136 | 147 | 263 | 57 | 52 | 0 | 36 | 352 | 44 | 66 |
| Binary | 1011110 | 1100111 | 10110011 | 101111 | 101010 | 0 | 11110 | 11101010 | 100100 | 110110 |
Color Harmonies of #5E67B3
Complementary color
Monochromatic Colors of #5E67B3
Black with #5E67B3
Text Example
Text Example
White with #5E67B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E67B3; }
p { color: rgb(94,103,179); }
H1.HeaderClassName
{
color: #5E67B3;
}
.AnyTagClassName
{
color: #5E67B3;
}
</style>
background-color css
<style>
a { background-color: #5E67B3; }
a { background-color: rgb(94,103,179); }
div.DivClassName
{
background-color: #5E67B3;
}
.BgClassName
{
background-color: #5E67B3;
}
</style>
border-color css
<style>
span { border-color: #5E67B3; }
span { border-color: rgb(94,103,179); }
td.TdClassName
{
border-color: #5E67B3;
}
.TagClassName
{
border-color: #5E67B3;
}
</style>