#575EAB

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

Shades of Rich Blue #575EAB

Tints of Rich Blue #575EAB

Color information

#575EAB (or 0x575EAB) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and AB. RGB value is (87,94,171). Sum of RGB (Red+Green+Blue) = 87+94+171=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #575EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EAB is #A8A154. Grayscale: #646464. Windows color (decimal): -11051349 or 11230807. OLE color: 11230807.

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

Color convert

RGB8794171-
CMYK0.490.4500.33
HSL235º33.33%50.59%-
HSV(B)235º49.12%67.06%-
XYZ15.2812.9740.23-
YUV100.68167.68118.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=24.72%
G=26.70%
B=48.58%

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
Decimal87941710.490.4500.3323533.3350.59
Hex575EAB312D021eb2133
Octal12713625361550413534163
Binary1010111101111010101011110001101101010000111101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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