#575AAD

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

Shades of Rich Blue #575AAD

Tints of Rich Blue #575AAD

Color information

#575AAD (or 0x575AAD) is unknown color: approx Rich Blue. HEX triplet: 57, 5A and AD. RGB value is (87,90,173). Sum of RGB (Red+Green+Blue) = 87+90+173=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #575AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AAD is #A8A552. Grayscale: #626262. Windows color (decimal): -11052371 or 11360855. OLE color: 11360855.

HSL color Cylindrical-coordinate representation of color #575AAD: hue angle of 237.91º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575AAD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8790173-
CMYK0.500.4800.32
HSL237.91º34.4%50.98%-
HSV(B)237.91º49.71%67.84%-
XYZ15.1312.3641.12-
YUV98.56170.01119.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=24.86%
G=25.71%
B=49.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87901730.500.4800.32237.9134.450.98
Hex575AAD3230020ee2233
Octal12713225562600403564263
Binary1010111101101010101101110010110000010000011101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575AAD; }

 p { color: rgb(87,90,173); }

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

<style>
 a { background-color: #575AAD; }

 a { background-color: rgb(87,90,173); }

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

<style>
 span { border-color: #575AAD; }

 span { border-color: rgb(87,90,173); }

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