#575BAE

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

Shades of Rich Blue #575BAE

Tints of Rich Blue #575BAE

Color information

#575BAE (or 0x575BAE) is unknown color: approx Rich Blue. HEX triplet: 57, 5B and AE. RGB value is (87,91,174). Sum of RGB (Red+Green+Blue) = 87+91+174=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #575BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAE is #A8A451. Grayscale: #626262. Windows color (decimal): -11052114 or 11426647. OLE color: 11426647.

HSL color Cylindrical-coordinate representation of color #575BAE: hue angle of 237.24º degrees, saturation: 0.35, 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 #575BAE is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8791174-
CMYK0.50.4800.32
HSL237.24º34.94%51.18%-
HSV(B)237.24º50%68.24%-
XYZ15.3112.5641.66-
YUV99.27170.17119.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=24.72%
G=25.85%
B=49.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87911740.50.4800.32237.2434.9451.18
Hex575BAE3230020ed2333
Octal12713325662600403554363
Binary1010111101101110101110110010110000010000011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,174); }

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

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

 a { background-color: rgb(87,91,174); }

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

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

 span { border-color: rgb(87,91,174); }

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