#5E5DBC

Color #5E5DBC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5E5DBC

Tints of Rich Blue #5E5DBC

Color information

#5E5DBC (or 0x5E5DBC) is unknown color: approx Rich Blue. HEX triplet: 5E, 5D and BC. RGB value is (94,93,188). Sum of RGB (Red+Green+Blue) = 94+93+188=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E5DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5DBC is #A1A243. Grayscale: #676767. Windows color (decimal): -10592836 or 12344670. OLE color: 12344670.

HSL color Cylindrical-coordinate representation of color #5E5DBC: hue angle of 240.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5DBC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9493188-
CMYK0.500.5100.26
HSL240.63º41.48%55.1%-
HSV(B)240.63º50.53%73.73%-
XYZ17.6113.8449.32-
YUV104.13175.33120.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 25.07%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=25.07%
G=24.8%
B=50.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal94931880.500.5100.26240.6341.4855.1
Hex5E5DBC323301Af12937
Octal13613527462630323615167
Binary101111010111011011110011001011001101101011110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5DBC; }

 p { color: rgb(94,93,188); }

 H1.HeaderClassName
 {
   color: #5E5DBC;
 }
 .AnyTagClassName
 {
   color: #5E5DBC;
 }
</style>
background-color css

<style>
 a { background-color: #5E5DBC; }

 a { background-color: rgb(94,93,188); }

 div.DivClassName
 {
   background-color: #5E5DBC;
 }
 .BgClassName
 {
   background-color: #5E5DBC;
 }
</style>
border-color css

<style>
 span { border-color: #5E5DBC; }

 span { border-color: rgb(94,93,188); }

 td.TdClassName
 {
   border-color: #5E5DBC;
 }
 .TagClassName
 {
   border-color: #5E5DBC;
 }
</style>