Shades of Rich Blue #5E5DB3
Tints of Rich Blue #5E5DB3
RGB
CMYK
RGB Variations
Color information
#5E5DB3 (or 0x5E5DB3) is known color: Rich Blue. HEX triplet: 5E, 5D and B3. RGB value is (94,93,179). Sum of RGB (Red+Green+Blue) = 94+93+179=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E5DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DB3 is #A1A24C. Grayscale: #666666. Windows color (decimal): -10592845 or 11754846. OLE color: 11754846.
HSL color Cylindrical-coordinate representation of color #5E5DB3: hue angle of 240.7º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E5DB3 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 94 | 93 | 179 | - |
CMYK | 0.47 | 0.48 | 0 | 0.30 |
HSL | 240.7º | 0.36% | 0.53% | - |
HSV(B) | 240.7º | 0.48% | 0.7% | - |
XYZ | 16.67 | 13.46 | 44.37 | - |
YUV | 103.1 | 170.83 | 121.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 93 | 179 | 0.47 | 0.48 | 0 | 0.30 | 240.7 | 0.36 | 0.53 |
Hex | 5E | 5D | B3 | 2F | 30 | 0 | 1E | F1 | 24 | 35 |
Octal | 136 | 135 | 263 | 57 | 60 | 0 | 36 | 361 | 44 | 65 |
Binary | 1011110 | 1011101 | 10110011 | 101111 | 110000 | 0 | 11110 | 11110001 | 100100 | 110101 |
Color Harmonies of #5E5DB3
Complementary color
Monochromatic Colors of #5E5DB3
Black with #5E5DB3
Text Example
Text Example
White with #5E5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DB3; }
p { color: rgb(94,93,179); }
H1.HeaderClassName
{
color: #5E5DB3;
}
.AnyTagClassName
{
color: #5E5DB3;
}
</style>
background-color css
<style>
a { background-color: #5E5DB3; }
a { background-color: rgb(94,93,179); }
div.DivClassName
{
background-color: #5E5DB3;
}
.BgClassName
{
background-color: #5E5DB3;
}
</style>
border-color css
<style>
span { border-color: #5E5DB3; }
span { border-color: rgb(94,93,179); }
td.TdClassName
{
border-color: #5E5DB3;
}
.TagClassName
{
border-color: #5E5DB3;
}
</style>