#557AA5

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

Shades of San Marino #557AA5

Tints of San Marino #557AA5

Color information

#557AA5 (or 0x557AA5) is unknown color: approx San Marino. HEX triplet: 55, 7A and A5. RGB value is (85,122,165). Sum of RGB (Red+Green+Blue) = 85+122+165=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #557AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557AA5 is #AA855A. Grayscale: #737373. Windows color (decimal): -11175259 or 10844757. OLE color: 10844757.

HSL color Cylindrical-coordinate representation of color #557AA5: hue angle of 212.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557AA5 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85122165-
CMYK0.480.2600.35
HSL212.25º32%49.02%-
HSV(B)212.25º48.48%64.71%-
XYZ17.518.5738.26-
YUV115.84155.74106-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.85%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=22.85%
G=32.80%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851221650.480.2600.35212.253249.02
Hex557AA5301A023d42031
Octal12517224560320433244061
Binary101010111110101010010111000011010010001111010100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557AA5; }

 p { color: rgb(85,122,165); }

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

<style>
 a { background-color: #557AA5; }

 a { background-color: rgb(85,122,165); }

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

<style>
 span { border-color: #557AA5; }

 span { border-color: rgb(85,122,165); }

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