Html Css Color HEX #5E579C Rich Blue

📋 copy color: '#5E579C'

red 94 ◦ green 87 ◦ blue 156

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

Shades of Rich Blue #5E579C

Tints of Rich Blue #5E579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 27.89%
G = 25.82%
B = 46.29%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E579C (or 0x5E579C) is known color: Rich Blue. HEX triplet: 5E, 57 and 9C. RGB value is (94,87,156). Sum of RGB (Red+Green+Blue) = 94+87+156=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E579C is #A1A863. Grayscale: #606060. Windows color (decimal): -10594404 or 10245982. OLE color: 10245982.

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

Color convert

RGB 94 87 156 -
CMYK 0.40 0.44 0 0.39
HSL 246.09º 0.28% 0.48% -
HSV(B) 246.09º 0.44% 0.61% -
XYZ 14.03 11.6 32.95 -
YUV 96.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 94 87 156 0.40 0.44 0 0.39 246.09 0.28 0.48
Hex 5E 57 9C 28 2C 0 27 F6 1C 30
Octal 136 127 234 50 54 0 47 366 34 60
Binary 1011110 1010111 10011100 101000 101100 0 100111 11110110 11100 110000

Color Harmonies of #5E579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E579C

Black with #5E579C

Text Example


Text Example

White with #5E579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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