#5479A7

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

Shades of San Marino #5479A7

Tints of San Marino #5479A7

Color information

#5479A7 (or 0x5479A7) is unknown color: approx San Marino. HEX triplet: 54, 79 and A7. RGB value is (84,121,167). Sum of RGB (Red+Green+Blue) = 84+121+167=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #5479A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5479A7 is #AB8658. Grayscale: #727272. Windows color (decimal): -11241049 or 10975572. OLE color: 10975572.

HSL color Cylindrical-coordinate representation of color #5479A7: hue angle of 213.25º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5479A7 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84121167-
CMYK0.500.2800.35
HSL213.25º33.07%49.22%-
HSV(B)213.25º49.7%65.49%-
XYZ17.4718.3539.18-
YUV115.18157.24105.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=22.58%
G=32.53%
B=44.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841211670.500.2800.35213.2533.0749.22
Hex5479A7321C023d52131
Octal12417124762340433254161
Binary101010011110011010011111001011100010001111010101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5479A7; }

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

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

<style>
 a { background-color: #5479A7; }

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

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

<style>
 span { border-color: #5479A7; }

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

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