#5A73AC

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

Shades of San Marino #5A73AC

Tints of San Marino #5A73AC

Color information

#5A73AC (or 0x5A73AC) is unknown color: approx San Marino. HEX triplet: 5A, 73 and AC. RGB value is (90,115,172). Sum of RGB (Red+Green+Blue) = 90+115+172=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A73AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A73AC is #A58C53. Grayscale: #717171. Windows color (decimal): -10849364 or 11301722. OLE color: 11301722.

HSL color Cylindrical-coordinate representation of color #5A73AC: hue angle of 221.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A73AC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90115172-
CMYK0.480.3300.33
HSL221.71º33.06%51.37%-
HSV(B)221.71º47.67%67.45%-
XYZ17.7917.4141.45-
YUV114.02160.72110.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=23.87%
G=30.50%
B=45.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901151720.480.3300.33221.7133.0651.37
Hex5A73AC3021021de2133
Octal13216325460410413364163
Binary1011010111001110101100110000100001010000111011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A73AC; }

 p { color: rgb(90,115,172); }

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

<style>
 a { background-color: #5A73AC; }

 a { background-color: rgb(90,115,172); }

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

<style>
 span { border-color: #5A73AC; }

 span { border-color: rgb(90,115,172); }

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