#575EAC

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

Shades of Rich Blue #575EAC

Tints of Rich Blue #575EAC

Color information

#575EAC (or 0x575EAC) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and AC. RGB value is (87,94,172). Sum of RGB (Red+Green+Blue) = 87+94+172=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #575EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EAC is #A8A153. Grayscale: #646464. Windows color (decimal): -11051348 or 11296343. OLE color: 11296343.

HSL color Cylindrical-coordinate representation of color #575EAC: hue angle of 235.06º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575EAC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8794172-
CMYK0.490.4500.33
HSL235.06º33.86%50.78%-
HSV(B)235.06º49.42%67.45%-
XYZ15.3813.0140.73-
YUV100.8168.18118.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=24.65%
G=26.63%
B=48.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87941720.490.4500.33235.0633.8650.78
Hex575EAC312D021eb2233
Octal12713625461550413534263
Binary1010111101111010101100110001101101010000111101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,172); }

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

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

 a { background-color: rgb(87,94,172); }

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

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

 span { border-color: rgb(87,94,172); }

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