#5472AF

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

Shades of San Marino #5472AF

Tints of San Marino #5472AF

Color information

#5472AF (or 0x5472AF) is unknown color: approx San Marino. HEX triplet: 54, 72 and AF. RGB value is (84,114,175). Sum of RGB (Red+Green+Blue) = 84+114+175=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #5472AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5472AF is #AB8D50. Grayscale: #6F6F6F. Windows color (decimal): -11242833 or 11498068. OLE color: 11498068.

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

Color convert

RGB84114175-
CMYK0.520.3500.31
HSL220.22º36.25%50.78%-
HSV(B)220.22º52%68.63%-
XYZ17.4117.0142.92-
YUV111.98163.56108.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=22.52%
G=30.56%
B=46.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841141750.520.3500.31220.2236.2550.78
Hex5472AF342301Fdc2433
Octal12416225764430373344463
Binary101010011100101010111111010010001101111111011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5472AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5472AF; }

 p { color: rgb(84,114,175); }

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

<style>
 a { background-color: #5472AF; }

 a { background-color: rgb(84,114,175); }

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

<style>
 span { border-color: #5472AF; }

 span { border-color: rgb(84,114,175); }

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