#575FA7

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

Shades of Rich Blue #575FA7

Tints of Rich Blue #575FA7

Color information

#575FA7 (or 0x575FA7) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and A7. RGB value is (87,95,167). Sum of RGB (Red+Green+Blue) = 87+95+167=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #575FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FA7 is #A8A058. Grayscale: #646464. Windows color (decimal): -11051097 or 10968919. OLE color: 10968919.

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

Color convert

RGB8795167-
CMYK0.480.4300.35
HSL234º31.5%49.8%-
HSV(B)234º47.9%65.49%-
XYZ151338.28-
YUV100.82165.35118.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=24.93%
G=27.22%
B=47.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87951670.480.4300.3523431.549.8
Hex575FA7302B023ea1f32
Octal12713724760530433523762
Binary101011110111111010011111000010101101000111110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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