#56649D

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

Shades of San Marino #56649D

Tints of San Marino #56649D

Color information

#56649D (or 0x56649D) is unknown color: approx San Marino. HEX triplet: 56, 64 and 9D. RGB value is (86,100,157). Sum of RGB (Red+Green+Blue) = 86+100+157=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #56649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56649D is #A99B62. Grayscale: #666666. Windows color (decimal): -11115363 or 10314838. OLE color: 10314838.

HSL color Cylindrical-coordinate representation of color #56649D: hue angle of 228.17º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56649D is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86100157-
CMYK0.450.3600.38
HSL228.17º29.22%47.65%-
HSV(B)228.17º45.22%61.57%-
XYZ14.4813.5333.75-
YUV102.31158.86116.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=25.07%
G=29.15%
B=45.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861001570.450.3600.38228.1729.2247.65
Hex56649D2D24026e41d30
Octal12614423555440463443560
Binary101011011001001001110110110110010001001101110010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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