#5A79AC

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

Shades of San Marino #5A79AC

Tints of San Marino #5A79AC

Color information

#5A79AC (or 0x5A79AC) is unknown color: approx San Marino. HEX triplet: 5A, 79 and AC. RGB value is (90,121,172). Sum of RGB (Red+Green+Blue) = 90+121+172=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A79AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A79AC is #A58653. Grayscale: #757575. Windows color (decimal): -10847828 or 11303258. OLE color: 11303258.

HSL color Cylindrical-coordinate representation of color #5A79AC: hue angle of 217.32º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A79AC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90121172-
CMYK0.480.3000.33
HSL217.32º33.06%51.37%-
HSV(B)217.32º47.67%67.45%-
XYZ18.518.8341.69-
YUV117.54158.73108.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=23.50%
G=31.59%
B=44.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901211720.480.3000.33217.3233.0651.37
Hex5A79AC301E021d92133
Octal13217125460360413314163
Binary101101011110011010110011000011110010000111011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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