#5E53AA

Color #5E53AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5E53AA

Tints of Rich Blue #5E53AA

Color information

#5E53AA (or 0x5E53AA) is unknown color: approx Rich Blue. HEX triplet: 5E, 53 and AA. RGB value is (94,83,170). Sum of RGB (Red+Green+Blue) = 94+83+170=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E53AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E53AA is #A1AC55. Grayscale: #5F5F5F. Windows color (decimal): -10595414 or 11162462. OLE color: 11162462.

HSL color Cylindrical-coordinate representation of color #5E53AA: hue angle of 247.59º 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 #5E53AA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9483170-
CMYK0.450.5100.33
HSL247.59º34.39%49.61%-
HSV(B)247.59º51.18%66.67%-
XYZ14.9711.4739.46-
YUV96.21169.64126.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=27.09%
G=23.92%
B=48.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94831700.450.5100.33247.5934.3949.61
Hex5E53AA2D33021f82232
Octal13612325255630413704262
Binary1011110101001110101010101101110011010000111111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E53AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E53AA;
 }
 .AnyTagClassName
 {
   color: #5E53AA;
 }
</style>
background-color css

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

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

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

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

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

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