#5477a7

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

Shades of San Marino #5477A7

Tints of San Marino #5477A7

Color information

#5477A7 (or 0x5477A7) is unknown color: approx San Marino. HEX triplet: 54, 77 and A7. RGB value is (84,119,167). Sum of RGB (Red+Green+Blue) = 84+119+167=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #5477A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5477A7 is #AB8858. Grayscale: #717171. Windows color (decimal): -11241561 or 10975060. OLE color: 10975060.

HSL color Cylindrical-coordinate representation of color #5477A7: hue angle of 214.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5477A7 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84119167-
CMYK0.500.2900.35
HSL214.7º33.07%49.22%-
HSV(B)214.7º49.7%65.49%-
XYZ17.2317.8739.1-
YUV114.01157.9106.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=22.70%
G=32.16%
B=45.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841191670.500.2900.35214.733.0749.22
Hex5477A7321D023d72131
Octal12416724762350433274161
Binary101010011101111010011111001011101010001111010111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5477a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5477a7; }

 p { color: rgb(84,119,167); }

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

<style>
 a { background-color: #5477a7; }

 a { background-color: rgb(84,119,167); }

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

<style>
 span { border-color: #5477a7; }

 span { border-color: rgb(84,119,167); }

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