#547AAA

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

Shades of San Marino #547AAA

Tints of San Marino #547AAA

Color information

#547AAA (or 0x547AAA) is unknown color: approx San Marino. HEX triplet: 54, 7A and AA. RGB value is (84,122,170). Sum of RGB (Red+Green+Blue) = 84+122+170=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #547AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547AAA is #AB8555. Grayscale: #737373. Windows color (decimal): -11240790 or 11172436. OLE color: 11172436.

HSL color Cylindrical-coordinate representation of color #547AAA: hue angle of 213.49º degrees, saturation: 0.34, 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 #547AAA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84122170-
CMYK0.510.2800.33
HSL213.49º33.86%49.8%-
HSV(B)213.49º50.59%66.67%-
XYZ17.8718.7140.7-
YUV116.11158.41105.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=22.34%
G=32.45%
B=45.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841221700.510.2800.33213.4933.8649.8
Hex547AAA331C021d52232
Octal12417225263340413254262
Binary101010011110101010101011001111100010000111010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547AAA; }

 p { color: rgb(84,122,170); }

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

<style>
 a { background-color: #547AAA; }

 a { background-color: rgb(84,122,170); }

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

<style>
 span { border-color: #547AAA; }

 span { border-color: rgb(84,122,170); }

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