#56749D

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

Shades of San Marino #56749D

Tints of San Marino #56749D

Color information

#56749D (or 0x56749D) is unknown color: approx San Marino. HEX triplet: 56, 74 and 9D. RGB value is (86,116,157). Sum of RGB (Red+Green+Blue) = 86+116+157=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #56749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56749D is #A98B62. Grayscale: #6F6F6F. Windows color (decimal): -11111267 or 10318934. OLE color: 10318934.

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

Color convert

RGB86116157-
CMYK0.450.2600.38
HSL214.65º29.22%47.65%-
HSV(B)214.65º45.22%61.57%-
XYZ16.1716.934.31-
YUV111.7153.56109.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=23.96%
G=32.31%
B=43.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861161570.450.2600.38214.6529.2247.65
Hex56749D2D1A026d71d30
Octal12616423555320463273560
Binary10101101110100100111011011011101001001101101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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