#56689E

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

Shades of San Marino #56689E

Tints of San Marino #56689E

Color information

#56689E (or 0x56689E) is unknown color: approx San Marino. HEX triplet: 56, 68 and 9E. RGB value is (86,104,158). Sum of RGB (Red+Green+Blue) = 86+104+158=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #56689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56689E is #A99761. Grayscale: #686868. Windows color (decimal): -11114338 or 10381398. OLE color: 10381398.

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

Color convert

RGB86104158-
CMYK0.460.3400.38
HSL225º29.51%47.84%-
HSV(B)225º45.57%61.96%-
XYZ14.9614.3534.33-
YUV104.77158.04114.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=24.71%
G=29.89%
B=45.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861041580.460.3400.3822529.5147.84
Hex56689E2E22026e11e30
Octal12615023656420463413660
Binary101011011010001001111010111010001001001101110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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