#576DAC

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

Shades of San Marino #576DAC

Tints of San Marino #576DAC

Color information

#576DAC (or 0x576DAC) is unknown color: approx San Marino. HEX triplet: 57, 6D and AC. RGB value is (87,109,172). Sum of RGB (Red+Green+Blue) = 87+109+172=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #576DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576DAC is #A89253. Grayscale: #6D6D6D. Windows color (decimal): -11047508 or 11300183. OLE color: 11300183.

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

Color convert

RGB87109172-
CMYK0.490.3700.33
HSL224.47º33.86%50.78%-
HSV(B)224.47º49.42%67.45%-
XYZ16.8515.9441.22-
YUV109.6163.21111.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.64%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=23.64%
G=29.62%
B=46.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871091720.490.3700.33224.4733.8650.78
Hex576DAC3125021e02233
Octal12715525461450413404263
Binary1010111110110110101100110001100101010000111100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,109,172); }

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

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

 a { background-color: rgb(87,109,172); }

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

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

 span { border-color: rgb(87,109,172); }

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