#557398

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

Shades of San Marino #557398

Tints of San Marino #557398

Color information

#557398 (or 0x557398) is unknown color: approx San Marino. HEX triplet: 55, 73 and 98. RGB value is (85,115,152). Sum of RGB (Red+Green+Blue) = 85+115+152=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #557398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557398 is #AA8C67. Grayscale: #6E6E6E. Windows color (decimal): -11177064 or 9990997. OLE color: 9990997.

HSL color Cylindrical-coordinate representation of color #557398: hue angle of 213.13º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557398 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85115152-
CMYK0.440.2400.40
HSL213.13º28.27%46.47%-
HSV(B)213.13º44.08%59.61%-
XYZ15.5416.4632.06-
YUV110.25151.56109.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=24.15%
G=32.67%
B=43.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851151520.440.2400.40213.1328.2746.47
Hex5573982C18028d51c2e
Octal12516323054300503253456
Binary10101011110011100110001011001100001010001101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557398; }

 p { color: rgb(85,115,152); }

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

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

 a { background-color: rgb(85,115,152); }

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

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

 span { border-color: rgb(85,115,152); }

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