Html Css Color HEX #5E5EBD Rich Blue

📋 copy color: '#5E5EBD'

red 94 ◦ green 94 ◦ blue 189

#5E5EBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5E5EBD

Tints of Rich Blue #5E5EBD

RGB

 RED value IS 94 (37.11% from 255) = 24.93%

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 24.93%
G = 24.93%
B = 50.13%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E5EBD (or 0x5E5EBD) is known color: Rich Blue. HEX triplet: 5E, 5E and BD. RGB value is (94,94,189). Sum of RGB (Red+Green+Blue) = 94+94+189=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E5EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5EBD is #A1A142. Grayscale: #686868. Windows color (decimal): -10592579 or 12410462. OLE color: 12410462.

HSL color Cylindrical-coordinate representation of color #5E5EBD: hue angle of 240º 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 #5E5EBD is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 94 189 -
CMYK 0.50 0.50 0 0.26
HSL 240º 0.42% 0.55% -
HSV(B) 240º 0.5% 0.74% -
XYZ 17.8 14.06 49.92 -
YUV 104.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 94 94 189 0.50 0.50 0 0.26 240 0.42 0.55
Hex 5E 5E BD 32 32 0 1A F0 2A 37
Octal 136 136 275 62 62 0 32 360 52 67
Binary 1011110 1011110 10111101 110010 110010 0 11010 11110000 101010 110111

Color Harmonies of #5E5EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5EBD

Black with #5E5EBD

Text Example


Text Example

White with #5E5EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,94,189); }

 H1.HeaderClassName
 {
   color: #5E5EBD;
 }
 .AnyTagClassName
 {
   color: #5E5EBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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