#557098

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

Shades of San Marino #557098

Tints of San Marino #557098

Color information

#557098 (or 0x557098) is unknown color: approx San Marino. HEX triplet: 55, 70 and 98. RGB value is (85,112,152). Sum of RGB (Red+Green+Blue) = 85+112+152=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #557098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557098 is #AA8F67. Grayscale: #6C6C6C. Windows color (decimal): -11177832 or 9990229. OLE color: 9990229.

HSL color Cylindrical-coordinate representation of color #557098: hue angle of 215.82º 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 #557098 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85112152-
CMYK0.440.2600.40
HSL215.82º28.27%46.47%-
HSV(B)215.82º44.08%59.61%-
XYZ15.2115.7931.95-
YUV108.49152.55111.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 152 (59.77% from 255) = 43.55%
R=24.36%
G=32.09%
B=43.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851121520.440.2600.40215.8228.2746.47
Hex5570982C1A028d81c2e
Octal12516023054320503303456
Binary10101011110000100110001011001101001010001101100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557098; }

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

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

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

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

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

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

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

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