#5743AA

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

Shades of Rich Blue #5743AA

Tints of Rich Blue #5743AA

Color information

#5743AA (or 0x5743AA) is unknown color: approx Rich Blue. HEX triplet: 57, 43 and AA. RGB value is (87,67,170). Sum of RGB (Red+Green+Blue) = 87+67+170=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #5743AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5743AA is #A8BC55. Grayscale: #545454. Windows color (decimal): -11058262 or 11158359. OLE color: 11158359.

HSL color Cylindrical-coordinate representation of color #5743AA: hue angle of 251.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5743AA is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8767170-
CMYK0.490.6100.33
HSL251.65º43.46%46.47%-
HSV(B)251.65º60.59%66.67%-
XYZ13.198.9439.06-
YUV84.72176.13129.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=26.85%
G=20.68%
B=52.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87671700.490.6100.33251.6543.4646.47
Hex5743AA313D021fc2b2e
Octal12710325261750413745356
Binary1010111100001110101010110001111101010000111111100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5743AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5743AA; }

 p { color: rgb(87,67,170); }

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

<style>
 a { background-color: #5743AA; }

 a { background-color: rgb(87,67,170); }

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

<style>
 span { border-color: #5743AA; }

 span { border-color: rgb(87,67,170); }

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