#56749B

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

Shades of San Marino #56749B

Tints of San Marino #56749B

Color information

#56749B (or 0x56749B) is unknown color: approx San Marino. HEX triplet: 56, 74 and 9B. RGB value is (86,116,155). Sum of RGB (Red+Green+Blue) = 86+116+155=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #56749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56749B is #A98B64. Grayscale: #6F6F6F. Windows color (decimal): -11111269 or 10187862. OLE color: 10187862.

HSL color Cylindrical-coordinate representation of color #56749B: hue angle of 213.91º 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 #56749B is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86116155-
CMYK0.450.2500.39
HSL213.91º28.63%47.25%-
HSV(B)213.91º44.52%60.78%-
XYZ1616.8433.42-
YUV111.48152.56109.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=24.09%
G=32.49%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861161550.450.2500.39213.9128.6347.25
Hex56749B2D19027d61d2f
Octal12616423355310473263557
Binary10101101110100100110111011011100101001111101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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