#575FA5

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

Shades of Rich Blue #575FA5

Tints of Rich Blue #575FA5

Color information

#575FA5 (or 0x575FA5) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and A5. RGB value is (87,95,165). Sum of RGB (Red+Green+Blue) = 87+95+165=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #575FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FA5 is #A8A05A. Grayscale: #646464. Windows color (decimal): -11051099 or 10837847. OLE color: 10837847.

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

Color convert

RGB8795165-
CMYK0.470.4200.35
HSL233.85º30.95%49.41%-
HSV(B)233.85º47.27%64.71%-
XYZ14.8112.9337.31-
YUV100.59164.35118.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 165 (64.84% from 255) = 47.55%
R=25.07%
G=27.38%
B=47.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87951650.470.4200.35233.8530.9549.41
Hex575FA52F2A023ea1f31
Octal12713724557520433523761
Binary101011110111111010010110111110101001000111110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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