#557198

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

Shades of San Marino #557198

Tints of San Marino #557198

Color information

#557198 (or 0x557198) is unknown color: approx San Marino. HEX triplet: 55, 71 and 98. RGB value is (85,113,152). Sum of RGB (Red+Green+Blue) = 85+113+152=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #557198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557198 is #AA8E67. Grayscale: #6C6C6C. Windows color (decimal): -11177576 or 9990485. OLE color: 9990485.

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

Color convert

RGB85113152-
CMYK0.440.2600.40
HSL214.93º28.27%46.47%-
HSV(B)214.93º44.08%59.61%-
XYZ15.3216.0131.99-
YUV109.07152.22110.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 152 (59.77% from 255) = 43.43%
R=24.29%
G=32.29%
B=43.43%

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
Decimal851131520.440.2600.40214.9328.2746.47
Hex5571982C1A028d71c2e
Octal12516123054320503273456
Binary10101011110001100110001011001101001010001101011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557198; }

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

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

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

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

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

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

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

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