#5742aa

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

Shades of Rich Blue #5742AA

Tints of Rich Blue #5742AA

Color information

#5742AA (or 0x5742AA) is unknown color: approx Rich Blue. HEX triplet: 57, 42 and AA. RGB value is (87,66,170). Sum of RGB (Red+Green+Blue) = 87+66+170=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5742AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5742AA is #A8BD55. Grayscale: #535353. Windows color (decimal): -11058518 or 11158103. OLE color: 11158103.

HSL color Cylindrical-coordinate representation of color #5742AA: hue angle of 252.12º degrees, saturation: 0.44, 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 #5742AA is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8766170-
CMYK0.490.6100.33
HSL252.12º44.07%46.27%-
HSV(B)252.12º61.18%66.67%-
XYZ13.138.8239.04-
YUV84.14176.46130.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=26.93%
G=20.43%
B=52.63%

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
Decimal87661700.490.6100.33252.1244.0746.27
Hex5742AA313D021fc2c2e
Octal12710225261750413745456
Binary1010111100001010101010110001111101010000111111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5742aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5742aa; }

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

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

<style>
 a { background-color: #5742aa; }

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

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

<style>
 span { border-color: #5742aa; }

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

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