Html Css Color HEX #5E539C Rich Blue

📋 copy color: '#5E539C'

red 94 ◦ green 83 ◦ blue 156

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

Shades of Rich Blue #5E539C

Tints of Rich Blue #5E539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 28.23%
G = 24.92%
B = 46.85%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E539C (or 0x5E539C) is known color: Rich Blue. HEX triplet: 5E, 53 and 9C. RGB value is (94,83,156). Sum of RGB (Red+Green+Blue) = 94+83+156=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E539C is #A1AC63. Grayscale: #5E5E5E. Windows color (decimal): -10595428 or 10244958. OLE color: 10244958.

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

Color convert

RGB 94 83 156 -
CMYK 0.40 0.47 0 0.39
HSL 249.04º 0.31% 0.47% -
HSV(B) 249.04º 0.47% 0.61% -
XYZ 13.71 10.97 32.85 -
YUV 94.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 94 83 156 0.40 0.47 0 0.39 249.04 0.31 0.47
Hex 5E 53 9C 28 2F 0 27 F9 1F 2F
Octal 136 123 234 50 57 0 47 371 37 57
Binary 1011110 1010011 10011100 101000 101111 0 100111 11111001 11111 101111

Color Harmonies of #5E539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E539C

Black with #5E539C

Text Example


Text Example

White with #5E539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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