#5A689F

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

Shades of San Marino #5A689F

Tints of San Marino #5A689F

Color information

#5A689F (or 0x5A689F) is unknown color: approx San Marino. HEX triplet: 5A, 68 and 9F. RGB value is (90,104,159). Sum of RGB (Red+Green+Blue) = 90+104+159=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A689F is #A59760. Grayscale: #696969. Windows color (decimal): -10852193 or 10446938. OLE color: 10446938.

HSL color Cylindrical-coordinate representation of color #5A689F: hue angle of 227.83º 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 #5A689F is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90104159-
CMYK0.430.3500.38
HSL227.83º27.71%48.82%-
HSV(B)227.83º43.4%62.35%-
XYZ15.4214.5834.8-
YUV106.08157.86116.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=25.50%
G=29.46%
B=45.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901041590.430.3500.38227.8327.7148.82
Hex5A689F2B23026e41c31
Octal13215023753430463443461
Binary101101011010001001111110101110001101001101110010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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