#5478AC

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

Shades of San Marino #5478AC

Tints of San Marino #5478AC

Color information

#5478AC (or 0x5478AC) is unknown color: approx San Marino. HEX triplet: 54, 78 and AC. RGB value is (84,120,172). Sum of RGB (Red+Green+Blue) = 84+120+172=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #5478AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5478AC is #AB8753. Grayscale: #727272. Windows color (decimal): -11241300 or 11302996. OLE color: 11302996.

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

Color convert

RGB84120172-
CMYK0.510.3000.33
HSL215.45º34.65%50.2%-
HSV(B)215.45º51.16%67.45%-
XYZ17.8218.341.62-
YUV115.16160.07105.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=22.34%
G=31.91%
B=45.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841201720.510.3000.33215.4534.6550.2
Hex5478AC331E021d72332
Octal12417025463360413274362
Binary101010011110001010110011001111110010000111010111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,120,172); }

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

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

 a { background-color: rgb(84,120,172); }

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

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

 span { border-color: rgb(84,120,172); }

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