#5A679F

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

Shades of San Marino #5A679F

Tints of San Marino #5A679F

Color information

#5A679F (or 0x5A679F) is unknown color: approx San Marino. HEX triplet: 5A, 67 and 9F. RGB value is (90,103,159). Sum of RGB (Red+Green+Blue) = 90+103+159=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A679F is #A59860. Grayscale: #696969. Windows color (decimal): -10852449 or 10446682. OLE color: 10446682.

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

Color convert

RGB90103159-
CMYK0.430.3500.38
HSL228.7º27.71%48.82%-
HSV(B)228.7º43.4%62.35%-
XYZ15.3214.3834.77-
YUV105.5158.19116.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=25.57%
G=29.26%
B=45.17%

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
Decimal901031590.430.3500.38228.727.7148.82
Hex5A679F2B23026e51c31
Octal13214723753430463453461
Binary101101011001111001111110101110001101001101110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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