#56679C

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

Shades of San Marino #56679C

Tints of San Marino #56679C

Color information

#56679C (or 0x56679C) is unknown color: approx San Marino. HEX triplet: 56, 67 and 9C. RGB value is (86,103,156). Sum of RGB (Red+Green+Blue) = 86+103+156=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #56679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56679C is #A99863. Grayscale: #676767. Windows color (decimal): -11114596 or 10250070. OLE color: 10250070.

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

Color convert

RGB86103156-
CMYK0.450.3400.39
HSL225.43º28.93%47.45%-
HSV(B)225.43º44.87%61.18%-
XYZ14.6914.0833.4-
YUV103.96157.37115.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=24.93%
G=29.86%
B=45.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861031560.450.3400.39225.4328.9347.45
Hex56679C2D22027e11d2f
Octal12614723455420473413557
Binary101011011001111001110010110110001001001111110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56679C; }

 p { color: rgb(86,103,156); }

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

<style>
 a { background-color: #56679C; }

 a { background-color: rgb(86,103,156); }

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

<style>
 span { border-color: #56679C; }

 span { border-color: rgb(86,103,156); }

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