Html Css Color HEX #5E54AA Rich Blue

📋 copy color: '#5E54AA'

red 94 ◦ green 84 ◦ blue 170

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

Shades of Rich Blue #5E54AA

Tints of Rich Blue #5E54AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 27.01%
G = 24.14%
B = 48.85%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E54AA (or 0x5E54AA) is known color: Rich Blue. HEX triplet: 5E, 54 and AA. RGB value is (94,84,170). Sum of RGB (Red+Green+Blue) = 94+84+170=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E54AA is #A1AB55. Grayscale: #606060. Windows color (decimal): -10595158 or 11162718. OLE color: 11162718.

HSL color Cylindrical-coordinate representation of color #5E54AA: hue angle of 246.98º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E54AA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 84 170 -
CMYK 0.45 0.51 0 0.33
HSL 246.98º 0.34% 0.5% -
HSV(B) 246.98º 0.51% 0.67% -
XYZ 15.04 11.62 39.48 -
YUV 96.79 169.31 126.01 -
System Red Green Blue C M Y K H S L
Decimal 94 84 170 0.45 0.51 0 0.33 246.98 0.34 0.5
Hex 5E 54 AA 2D 33 0 21 F7 22 32
Octal 136 124 252 55 63 0 41 367 42 62
Binary 1011110 1010100 10101010 101101 110011 0 100001 11110111 100010 110010

Color Harmonies of #5E54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54AA

Black with #5E54AA

Text Example


Text Example

White with #5E54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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