#576FA3

Color #576FA3 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #576FA3

Tints of San Marino #576FA3

Color information

#576FA3 (or 0x576FA3) is unknown color: approx San Marino. HEX triplet: 57, 6F and A3. RGB value is (87,111,163). Sum of RGB (Red+Green+Blue) = 87+111+163=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 163 - color contains mainly: blue. Hex color #576FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576FA3 is #A8905C. Grayscale: #6D6D6D. Windows color (decimal): -11047005 or 10710871. OLE color: 10710871.

HSL color Cylindrical-coordinate representation of color #576FA3: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #576FA3 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB87111163-
CMYK0.470.3200.36
HSL221.05º30.4%49.02%-
HSV(B)221.05º46.63%63.92%-
XYZ16.2316.0436.89-
YUV109.75158.05111.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=24.10%
G=30.75%
B=45.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871111630.470.3200.36221.0530.449.02
Hex576FA32F20024dd1e31
Octal12715724357400443353661
Binary101011111011111010001110111110000001001001101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576FA3; }

 p { color: rgb(87,111,163); }

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

<style>
 a { background-color: #576FA3; }

 a { background-color: rgb(87,111,163); }

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

<style>
 span { border-color: #576FA3; }

 span { border-color: rgb(87,111,163); }

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