#5470A9

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

Shades of San Marino #5470A9

Tints of San Marino #5470A9

Color information

#5470A9 (or 0x5470A9) is unknown color: approx San Marino. HEX triplet: 54, 70 and A9. RGB value is (84,112,169). Sum of RGB (Red+Green+Blue) = 84+112+169=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #5470A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5470A9 is #AB8F56. Grayscale: #6D6D6D. Windows color (decimal): -11243351 or 11104340. OLE color: 11104340.

HSL color Cylindrical-coordinate representation of color #5470A9: hue angle of 220.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5470A9 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB84112169-
CMYK0.500.3400.34
HSL220.24º33.6%49.61%-
HSV(B)220.24º50.3%66.27%-
XYZ16.6116.3439.81-
YUV110.13161.22109.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=23.01%
G=30.68%
B=46.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal841121690.500.3400.34220.2433.649.61
Hex5470A93222022dc2232
Octal12416025162420423344262
Binary1010100111000010101001110010100010010001011011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5470A9; }

 p { color: rgb(84,112,169); }

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

<style>
 a { background-color: #5470A9; }

 a { background-color: rgb(84,112,169); }

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

<style>
 span { border-color: #5470A9; }

 span { border-color: rgb(84,112,169); }

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