#56759E

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

Shades of San Marino #56759E

Tints of San Marino #56759E

Color information

#56759E (or 0x56759E) is unknown color: approx San Marino. HEX triplet: 56, 75 and 9E. RGB value is (86,117,158). Sum of RGB (Red+Green+Blue) = 86+117+158=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #56759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56759E is #A98A61. Grayscale: #707070. Windows color (decimal): -11111010 or 10384726. OLE color: 10384726.

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

Color convert

RGB86117158-
CMYK0.460.2600.38
HSL214.17º29.51%47.84%-
HSV(B)214.17º45.57%61.96%-
XYZ16.3717.1734.8-
YUV112.4153.73109.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=23.82%
G=32.41%
B=43.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861171580.460.2600.38214.1729.5147.84
Hex56759E2E1A026d61e30
Octal12616523656320463263660
Binary10101101110101100111101011101101001001101101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56759E; }

 p { color: rgb(86,117,158); }

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

<style>
 a { background-color: #56759E; }

 a { background-color: rgb(86,117,158); }

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

<style>
 span { border-color: #56759E; }

 span { border-color: rgb(86,117,158); }

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