#56649B

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

Shades of San Marino #56649B

Tints of San Marino #56649B

Color information

#56649B (or 0x56649B) is unknown color: approx San Marino. HEX triplet: 56, 64 and 9B. RGB value is (86,100,155). Sum of RGB (Red+Green+Blue) = 86+100+155=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #56649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56649B is #A99B64. Grayscale: #656565. Windows color (decimal): -11115365 or 10183766. OLE color: 10183766.

HSL color Cylindrical-coordinate representation of color #56649B: hue angle of 227.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56649B is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86100155-
CMYK0.450.3500.39
HSL227.83º28.63%47.25%-
HSV(B)227.83º44.52%60.78%-
XYZ14.3113.4632.85-
YUV102.08157.86116.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=25.22%
G=29.33%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861001550.450.3500.39227.8328.6347.25
Hex56649B2D23027e41d2f
Octal12614423355430473443557
Binary101011011001001001101110110110001101001111110010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56649B; }

 p { color: rgb(86,100,155); }

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

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

 a { background-color: rgb(86,100,155); }

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

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

 span { border-color: rgb(86,100,155); }

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