#5E52AE

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

Shades of Rich Blue #5E52AE

Tints of Rich Blue #5E52AE

Color information

#5E52AE (or 0x5E52AE) is unknown color: approx Rich Blue. HEX triplet: 5E, 52 and AE. RGB value is (94,82,174). Sum of RGB (Red+Green+Blue) = 94+82+174=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E52AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E52AE is #A1AD51. Grayscale: #5F5F5F. Windows color (decimal): -10595666 or 11424350. OLE color: 11424350.

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

Color convert

RGB9482174-
CMYK0.460.5300.32
HSL247.83º36.22%50.2%-
HSV(B)247.83º52.87%68.24%-
XYZ15.2711.4741.45-
YUV96.08171.98126.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=26.86%
G=23.43%
B=49.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94821740.460.5300.32247.8336.2250.2
Hex5E52AE2E35020f82432
Octal13612225656650403704462
Binary1011110101001010101110101110110101010000011111000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,174); }

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

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

 a { background-color: rgb(94,82,174); }

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

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

 span { border-color: rgb(94,82,174); }

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