Html Css Color HEX #5E57AD Rich Blue

📋 copy color: '#5E57AD'

red 94 ◦ green 87 ◦ blue 173

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

Shades of Rich Blue #5E57AD

Tints of Rich Blue #5E57AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 26.55%
G = 24.58%
B = 48.87%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E57AD (or 0x5E57AD) is known color: Rich Blue. HEX triplet: 5E, 57 and AD. RGB value is (94,87,173). Sum of RGB (Red+Green+Blue) = 94+87+173=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E57AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E57AD is #A1A852. Grayscale: #626262. Windows color (decimal): -10594387 or 11360094. OLE color: 11360094.

HSL color Cylindrical-coordinate representation of color #5E57AD: hue angle of 244.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E57AD is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 87 173 -
CMYK 0.46 0.50 0 0.32
HSL 244.88º 0.34% 0.51% -
HSV(B) 244.88º 0.5% 0.68% -
XYZ 15.57 12.21 41.07 -
YUV 98.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 94 87 173 0.46 0.50 0 0.32 244.88 0.34 0.51
Hex 5E 57 AD 2E 32 0 20 F5 22 33
Octal 136 127 255 56 62 0 40 365 42 63
Binary 1011110 1010111 10101101 101110 110010 0 100000 11110101 100010 110011

Color Harmonies of #5E57AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E57AD

Black with #5E57AD

Text Example


Text Example

White with #5E57AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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