#556B98

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

Shades of San Marino #556B98

Tints of San Marino #556B98

Color information

#556B98 (or 0x556B98) is unknown color: approx San Marino. HEX triplet: 55, 6B and 98. RGB value is (85,107,152). Sum of RGB (Red+Green+Blue) = 85+107+152=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #556B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B98 is #AA9467. Grayscale: #696969. Windows color (decimal): -11179112 or 9988949. OLE color: 9988949.

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

Color convert

RGB85107152-
CMYK0.440.3000.40
HSL220.3º28.27%46.47%-
HSV(B)220.3º44.08%59.61%-
XYZ14.6714.7131.77-
YUV105.55154.21113.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 107 (42.19% from 255) = 31.10%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=24.71%
G=31.10%
B=44.19%

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
Decimal851071520.440.3000.40220.328.2746.47
Hex556B982C1E028dc1c2e
Octal12515323054360503343456
Binary10101011101011100110001011001111001010001101110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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