Html Css Color HEX #5E549C Rich Blue

📋 copy color: '#5E549C'

red 94 ◦ green 84 ◦ blue 156

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

Shades of Rich Blue #5E549C

Tints of Rich Blue #5E549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 28.14%
G = 25.15%
B = 46.71%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E549C (or 0x5E549C) is known color: Rich Blue. HEX triplet: 5E, 54 and 9C. RGB value is (94,84,156). Sum of RGB (Red+Green+Blue) = 94+84+156=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E549C is #A1AB63. Grayscale: #5E5E5E. Windows color (decimal): -10595172 or 10245214. OLE color: 10245214.

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

Color convert

RGB 94 84 156 -
CMYK 0.40 0.46 0 0.39
HSL 248.33º 0.3% 0.47% -
HSV(B) 248.33º 0.46% 0.61% -
XYZ 13.79 11.12 32.87 -
YUV 95.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 94 84 156 0.40 0.46 0 0.39 248.33 0.3 0.47
Hex 5E 54 9C 28 2E 0 27 F8 1E 2F
Octal 136 124 234 50 56 0 47 370 36 57
Binary 1011110 1010100 10011100 101000 101110 0 100111 11111000 11110 101111

Color Harmonies of #5E549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E549C

Black with #5E549C

Text Example


Text Example

White with #5E549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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