#556A98

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

Shades of San Marino #556A98

Tints of San Marino #556A98

Color information

#556A98 (or 0x556A98) is unknown color: approx San Marino. HEX triplet: 55, 6A and 98. RGB value is (85,106,152). Sum of RGB (Red+Green+Blue) = 85+106+152=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #556A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A98 is #AA9567. Grayscale: #686868. Windows color (decimal): -11179368 or 9988693. OLE color: 9988693.

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

Color convert

RGB85106152-
CMYK0.440.3000.40
HSL221.19º28.27%46.47%-
HSV(B)221.19º44.08%59.61%-
XYZ14.5714.5131.74-
YUV104.96154.54113.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=24.78%
G=30.90%
B=44.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851061520.440.3000.40221.1928.2746.47
Hex556A982C1E028dd1c2e
Octal12515223054360503353456
Binary10101011101010100110001011001111001010001101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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