#56759B

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

Shades of San Marino #56759B

Tints of San Marino #56759B

Color information

#56759B (or 0x56759B) is unknown color: approx San Marino. HEX triplet: 56, 75 and 9B. RGB value is (86,117,155). Sum of RGB (Red+Green+Blue) = 86+117+155=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #56759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56759B is #A98A64. Grayscale: #6F6F6F. Windows color (decimal): -11111013 or 10188118. OLE color: 10188118.

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

Color convert

RGB86117155-
CMYK0.450.2500.39
HSL213.04º28.63%47.25%-
HSV(B)213.04º44.52%60.78%-
XYZ16.1217.0733.46-
YUV112.06152.23109.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=24.02%
G=32.68%
B=43.30%

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
Decimal861171550.450.2500.39213.0428.6347.25
Hex56759B2D19027d51d2f
Octal12616523355310473253557
Binary10101101110101100110111011011100101001111101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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