#56689F

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

Shades of San Marino #56689F

Tints of San Marino #56689F

Color information

#56689F (or 0x56689F) is unknown color: approx San Marino. HEX triplet: 56, 68 and 9F. RGB value is (86,104,159). Sum of RGB (Red+Green+Blue) = 86+104+159=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #56689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56689F is #A99760. Grayscale: #686868. Windows color (decimal): -11114337 or 10446934. OLE color: 10446934.

HSL color Cylindrical-coordinate representation of color #56689F: hue angle of 225.21º 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 #56689F is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86104159-
CMYK0.460.3500.38
HSL225.21º29.8%48.04%-
HSV(B)225.21º45.91%62.35%-
XYZ15.0514.3834.78-
YUV104.89158.54114.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=24.64%
G=29.80%
B=45.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861041590.460.3500.38225.2129.848.04
Hex56689F2E23026e11e30
Octal12615023756430463413660
Binary101011011010001001111110111010001101001101110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56689F; }

 p { color: rgb(86,104,159); }

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

<style>
 a { background-color: #56689F; }

 a { background-color: rgb(86,104,159); }

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

<style>
 span { border-color: #56689F; }

 span { border-color: rgb(86,104,159); }

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