#5A769F

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

Shades of San Marino #5A769F

Tints of San Marino #5A769F

Color information

#5A769F (or 0x5A769F) is unknown color: approx San Marino. HEX triplet: 5A, 76 and 9F. RGB value is (90,118,159). Sum of RGB (Red+Green+Blue) = 90+118+159=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A769F is #A58960. Grayscale: #727272. Windows color (decimal): -10848609 or 10450522. OLE color: 10450522.

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

Color convert

RGB90118159-
CMYK0.430.2600.38
HSL215.65º27.71%48.82%-
HSV(B)215.65º43.4%62.35%-
XYZ16.9517.6335.31-
YUV114.3153.22110.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=24.52%
G=32.15%
B=43.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901181590.430.2600.38215.6527.7148.82
Hex5A769F2B1A026d81c31
Octal13216623753320463303461
Binary10110101110110100111111010111101001001101101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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