Html Css Color HEX #5E5AAA Rich Blue

📋 copy color: '#5E5AAA'

red 94 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #5E5AAA

Tints of Rich Blue #5E5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 26.55%
G = 25.42%
B = 48.02%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E5AAA (or 0x5E5AAA) is known color: Rich Blue. HEX triplet: 5E, 5A and AA. RGB value is (94,90,170). Sum of RGB (Red+Green+Blue) = 94+90+170=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5AAA is #A1A555. Grayscale: #646464. Windows color (decimal): -10593622 or 11164254. OLE color: 11164254.

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

Color convert

RGB 94 90 170 -
CMYK 0.45 0.47 0 0.33
HSL 243º 0.32% 0.51% -
HSV(B) 243º 0.47% 0.67% -
XYZ 15.53 12.59 39.64 -
YUV 100.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 94 90 170 0.45 0.47 0 0.33 243 0.32 0.51
Hex 5E 5A AA 2D 2F 0 21 F3 20 33
Octal 136 132 252 55 57 0 41 363 40 63
Binary 1011110 1011010 10101010 101101 101111 0 100001 11110011 100000 110011

Color Harmonies of #5E5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5AAA

Black with #5E5AAA

Text Example


Text Example

White with #5E5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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