#5470AE

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

Shades of San Marino #5470AE

Tints of San Marino #5470AE

Color information

#5470AE (or 0x5470AE) is unknown color: approx San Marino. HEX triplet: 54, 70 and AE. RGB value is (84,112,174). Sum of RGB (Red+Green+Blue) = 84+112+174=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #5470AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5470AE is #AB8F51. Grayscale: #6E6E6E. Windows color (decimal): -11243346 or 11432020. OLE color: 11432020.

HSL color Cylindrical-coordinate representation of color #5470AE: hue angle of 221.33º 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 #5470AE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84112174-
CMYK0.520.3600.32
HSL221.33º35.71%50.59%-
HSV(B)221.33º51.72%68.24%-
XYZ17.0916.5342.33-
YUV110.7163.72108.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=22.70%
G=30.27%
B=47.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841121740.520.3600.32221.3335.7150.59
Hex5470AE3424020dd2433
Octal12416025664440403354463
Binary1010100111000010101110110100100100010000011011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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