#5479A3

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

Shades of San Marino #5479A3

Tints of San Marino #5479A3

Color information

#5479A3 (or 0x5479A3) is unknown color: approx San Marino. HEX triplet: 54, 79 and A3. RGB value is (84,121,163). Sum of RGB (Red+Green+Blue) = 84+121+163=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 163 (64.06% from 255 or 44.29% from 368); Max value from RGB is 163 - color contains mainly: blue. Hex color #5479A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5479A3 is #AB865C. Grayscale: #727272. Windows color (decimal): -11241053 or 10713428. OLE color: 10713428.

HSL color Cylindrical-coordinate representation of color #5479A3: hue angle of 211.9º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5479A3 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84121163-
CMYK0.480.2600.36
HSL211.9º31.98%48.43%-
HSV(B)211.9º48.47%63.92%-
XYZ17.118.237.26-
YUV114.72155.24106.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 163 (64.06% from 255) = 44.29%
R=22.83%
G=32.88%
B=44.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841211630.480.2600.36211.931.9848.43
Hex5479A3301A024d42030
Octal12417124360320443244060
Binary101010011110011010001111000011010010010011010100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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