Html Css Color HEX #5E539F Rich Blue

📋 copy color: '#5E539F'

red 94 ◦ green 83 ◦ blue 159

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

Shades of Rich Blue #5E539F

Tints of Rich Blue #5E539F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.32%

R = 27.98%
G = 24.7%
B = 47.32%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E539F (or 0x5E539F) is known color: Rich Blue. HEX triplet: 5E, 53 and 9F. RGB value is (94,83,159). Sum of RGB (Red+Green+Blue) = 94+83+159=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E539F is #A1AC60. Grayscale: #5E5E5E. Windows color (decimal): -10595425 or 10441566. OLE color: 10441566.

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

Color convert

RGB 94 83 159 -
CMYK 0.41 0.48 0 0.38
HSL 248.68º 0.31% 0.47% -
HSV(B) 248.68º 0.48% 0.62% -
XYZ 13.97 11.07 34.2 -
YUV 94.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 94 83 159 0.41 0.48 0 0.38 248.68 0.31 0.47
Hex 5E 53 9F 29 30 0 26 F9 1F 2F
Octal 136 123 237 51 60 0 46 371 37 57
Binary 1011110 1010011 10011111 101001 110000 0 100110 11111001 11111 101111

Color Harmonies of #5E539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E539F

Black with #5E539F

Text Example


Text Example

White with #5E539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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