Html Css Color HEX #5E55AA Rich Blue

📋 copy color: '#5E55AA'

red 94 ◦ green 85 ◦ blue 170

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

Shades of Rich Blue #5E55AA

Tints of Rich Blue #5E55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

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

R = 26.93%
G = 24.36%
B = 48.71%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E55AA (or 0x5E55AA) is known color: Rich Blue. HEX triplet: 5E, 55 and AA. RGB value is (94,85,170). Sum of RGB (Red+Green+Blue) = 94+85+170=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E55AA is #A1AA55. Grayscale: #616161. Windows color (decimal): -10594902 or 11162974. OLE color: 11162974.

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

Color convert

RGB 94 85 170 -
CMYK 0.45 0.50 0 0.33
HSL 246.35º 0.33% 0.5% -
HSV(B) 246.35º 0.5% 0.67% -
XYZ 15.12 11.78 39.51 -
YUV 97.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 94 85 170 0.45 0.50 0 0.33 246.35 0.33 0.5
Hex 5E 55 AA 2D 32 0 21 F6 21 32
Octal 136 125 252 55 62 0 41 366 41 62
Binary 1011110 1010101 10101010 101101 110010 0 100001 11110110 100001 110010

Color Harmonies of #5E55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E55AA

Black with #5E55AA

Text Example


Text Example

White with #5E55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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