#556C9F

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

Shades of San Marino #556C9F

Tints of San Marino #556C9F

Color information

#556C9F (or 0x556C9F) is unknown color: approx San Marino. HEX triplet: 55, 6C and 9F. RGB value is (85,108,159). Sum of RGB (Red+Green+Blue) = 85+108+159=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #556C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C9F is #AA9360. Grayscale: #6A6A6A. Windows color (decimal): -11178849 or 10447957. OLE color: 10447957.

HSL color Cylindrical-coordinate representation of color #556C9F: hue angle of 221.35º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556C9F is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85108159-
CMYK0.470.3200.38
HSL221.35º30.33%47.84%-
HSV(B)221.35º46.54%62.35%-
XYZ15.3715.1634.92-
YUV106.94157.38112.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=24.15%
G=30.68%
B=45.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851081590.470.3200.38221.3530.3347.84
Hex556C9F2F20026dd1e30
Octal12515423757400463353660
Binary101010111011001001111110111110000001001101101110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,159); }

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

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

 a { background-color: rgb(85,108,159); }

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

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

 span { border-color: rgb(85,108,159); }

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