#5A719F

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

Shades of San Marino #5A719F

Tints of San Marino #5A719F

Color information

#5A719F (or 0x5A719F) is unknown color: approx San Marino. HEX triplet: 5A, 71 and 9F. RGB value is (90,113,159). Sum of RGB (Red+Green+Blue) = 90+113+159=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A719F is #A58E60. Grayscale: #6F6F6F. Windows color (decimal): -10849889 or 10449242. OLE color: 10449242.

HSL color Cylindrical-coordinate representation of color #5A719F: hue angle of 220º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A719F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90113159-
CMYK0.430.2900.38
HSL220º27.71%48.82%-
HSV(B)220º43.4%62.35%-
XYZ16.3816.4935.12-
YUV111.37154.88112.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=24.86%
G=31.22%
B=43.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901131590.430.2900.3822027.7148.82
Hex5A719F2B1D026dc1c31
Octal13216123753350463343461
Binary10110101110001100111111010111110101001101101110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,159); }

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

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

 a { background-color: rgb(90,113,159); }

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

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

 span { border-color: rgb(90,113,159); }

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