#5478AE

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

Shades of San Marino #5478AE

Tints of San Marino #5478AE

Color information

#5478AE (or 0x5478AE) is unknown color: approx San Marino. HEX triplet: 54, 78 and AE. RGB value is (84,120,174). Sum of RGB (Red+Green+Blue) = 84+120+174=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #5478AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5478AE is #AB8751. Grayscale: #737373. Windows color (decimal): -11241298 or 11434068. OLE color: 11434068.

HSL color Cylindrical-coordinate representation of color #5478AE: hue angle of 216º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5478AE is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84120174-
CMYK0.520.3100.32
HSL216º35.71%50.59%-
HSV(B)216º51.72%68.24%-
XYZ18.0118.3742.64-
YUV115.39161.07105.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=22.22%
G=31.75%
B=46.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841201740.520.3100.3221635.7150.59
Hex5478AE341F020d82433
Octal12417025664370403304463
Binary101010011110001010111011010011111010000011011000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5478AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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