#5979AC

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

Shades of San Marino #5979AC

Tints of San Marino #5979AC

Color information

#5979AC (or 0x5979AC) is unknown color: approx San Marino. HEX triplet: 59, 79 and AC. RGB value is (89,121,172). Sum of RGB (Red+Green+Blue) = 89+121+172=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5979AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5979AC is #A68653. Grayscale: #757575. Windows color (decimal): -10913364 or 11303257. OLE color: 11303257.

HSL color Cylindrical-coordinate representation of color #5979AC: hue angle of 216.87º 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 #5979AC is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89121172-
CMYK0.480.3000.33
HSL216.87º33.33%51.18%-
HSV(B)216.87º48.26%67.45%-
XYZ18.418.7841.68-
YUV117.25158.9107.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.30%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=23.30%
G=31.68%
B=45.03%

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
Decimal891211720.480.3000.33216.8733.3351.18
Hex5979AC301E021d92133
Octal13117125460360413314163
Binary101100111110011010110011000011110010000111011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5979AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5979AC; }

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

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

<style>
 a { background-color: #5979AC; }

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

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

<style>
 span { border-color: #5979AC; }

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

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