#56689B

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

Shades of San Marino #56689B

Tints of San Marino #56689B

Color information

#56689B (or 0x56689B) is unknown color: approx San Marino. HEX triplet: 56, 68 and 9B. RGB value is (86,104,155). Sum of RGB (Red+Green+Blue) = 86+104+155=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #56689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56689B is #A99764. Grayscale: #686868. Windows color (decimal): -11114341 or 10184790. OLE color: 10184790.

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

Color convert

RGB86104155-
CMYK0.450.3300.39
HSL224.35º28.63%47.25%-
HSV(B)224.35º44.52%60.78%-
XYZ14.714.2532.99-
YUV104.43156.54114.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=24.93%
G=30.14%
B=44.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861041550.450.3300.39224.3528.6347.25
Hex56689B2D21027e01d2f
Octal12615023355410473403557
Binary101011011010001001101110110110000101001111110000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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