#575EA7

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

Shades of Rich Blue #575EA7

Tints of Rich Blue #575EA7

Color information

#575EA7 (or 0x575EA7) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and A7. RGB value is (87,94,167). Sum of RGB (Red+Green+Blue) = 87+94+167=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 167 - color contains mainly: blue. Hex color #575EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EA7 is #A8A158. Grayscale: #636363. Windows color (decimal): -11051353 or 10968663. OLE color: 10968663.

HSL color Cylindrical-coordinate representation of color #575EA7: hue angle of 234.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #575EA7 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8794167-
CMYK0.480.4400.35
HSL234.75º31.5%49.8%-
HSV(B)234.75º47.9%65.49%-
XYZ14.9112.8238.25-
YUV100.23165.68118.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 167 (65.62% from 255) = 47.99%
R=25%
G=27.01%
B=47.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87941670.480.4400.35234.7531.549.8
Hex575EA7302C023eb1f32
Octal12713624760540433533762
Binary101011110111101010011111000010110001000111110101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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