#556D98

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

Shades of San Marino #556D98

Tints of San Marino #556D98

Color information

#556D98 (or 0x556D98) is unknown color: approx San Marino. HEX triplet: 55, 6D and 98. RGB value is (85,109,152). Sum of RGB (Red+Green+Blue) = 85+109+152=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #556D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D98 is #AA9267. Grayscale: #6A6A6A. Windows color (decimal): -11178600 or 9989461. OLE color: 9989461.

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

Color convert

RGB85109152-
CMYK0.440.2800.40
HSL218.51º28.27%46.47%-
HSV(B)218.51º44.08%59.61%-
XYZ14.8815.1431.84-
YUV106.73153.55112.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=24.57%
G=31.50%
B=43.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851091520.440.2800.40218.5128.2746.47
Hex556D982C1C028db1c2e
Octal12515523054340503333456
Binary10101011101101100110001011001110001010001101101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556D98; }

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

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

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

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

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

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

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

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