#5A79A7

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

Shades of San Marino #5A79A7

Tints of San Marino #5A79A7

Color information

#5A79A7 (or 0x5A79A7) is unknown color: approx San Marino. HEX triplet: 5A, 79 and A7. RGB value is (90,121,167). Sum of RGB (Red+Green+Blue) = 90+121+167=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A79A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A79A7 is #A58658. Grayscale: #747474. Windows color (decimal): -10847833 or 10975578. OLE color: 10975578.

HSL color Cylindrical-coordinate representation of color #5A79A7: hue angle of 215.84º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A79A7 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB90121167-
CMYK0.460.2800.35
HSL215.84º30.43%50.39%-
HSV(B)215.84º46.11%65.49%-
XYZ18.0318.6439.21-
YUV116.98156.23108.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.81%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=23.81%
G=32.01%
B=44.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901211670.460.2800.35215.8430.4350.39
Hex5A79A72E1C023d81e32
Octal13217124756340433303662
Binary10110101111001101001111011101110001000111101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A79A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,167); }

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

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

 a { background-color: rgb(90,121,167); }

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

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

 span { border-color: rgb(90,121,167); }

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