Html Css Color HEX #5E539D Rich Blue

📋 copy color: '#5E539D'

red 94 ◦ green 83 ◦ blue 157

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

Shades of Rich Blue #5E539D

Tints of Rich Blue #5E539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 28.14%
G = 24.85%
B = 47.01%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E539D (or 0x5E539D) is known color: Rich Blue. HEX triplet: 5E, 53 and 9D. RGB value is (94,83,157). Sum of RGB (Red+Green+Blue) = 94+83+157=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E539D is #A1AC62. Grayscale: #5E5E5E. Windows color (decimal): -10595427 or 10310494. OLE color: 10310494.

HSL color Cylindrical-coordinate representation of color #5E539D: hue angle of 248.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E539D is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 83 157 -
CMYK 0.40 0.47 0 0.38
HSL 248.92º 0.31% 0.47% -
HSV(B) 248.92º 0.47% 0.62% -
XYZ 13.8 11 33.29 -
YUV 94.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 94 83 157 0.40 0.47 0 0.38 248.92 0.31 0.47
Hex 5E 53 9D 28 2F 0 26 F9 1F 2F
Octal 136 123 235 50 57 0 46 371 37 57
Binary 1011110 1010011 10011101 101000 101111 0 100110 11111001 11111 101111

Color Harmonies of #5E539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E539D

Black with #5E539D

Text Example


Text Example

White with #5E539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,157); }

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

background-color css

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

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

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

border-color css

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

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

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