#5753AA

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

Shades of Rich Blue #5753AA

Tints of Rich Blue #5753AA

Color information

#5753AA (or 0x5753AA) is unknown color: approx Rich Blue. HEX triplet: 57, 53 and AA. RGB value is (87,83,170). Sum of RGB (Red+Green+Blue) = 87+83+170=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5753AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5753AA is #A8AC55. Grayscale: #5D5D5D. Windows color (decimal): -11054166 or 11162455. OLE color: 11162455.

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

Color convert

RGB8783170-
CMYK0.490.5100.33
HSL242.76º34.39%49.61%-
HSV(B)242.76º51.18%66.67%-
XYZ14.2811.1239.42-
YUV94.11170.83122.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 170 (66.80% from 255) = 50%
R=25.59%
G=24.41%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87831700.490.5100.33242.7634.3949.61
Hex5753AA3133021f32232
Octal12712325261630413634262
Binary1010111101001110101010110001110011010000111110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5753AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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