#56679D

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

Shades of San Marino #56679D

Tints of San Marino #56679D

Color information

#56679D (or 0x56679D) is unknown color: approx San Marino. HEX triplet: 56, 67 and 9D. RGB value is (86,103,157). Sum of RGB (Red+Green+Blue) = 86+103+157=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #56679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56679D is #A99862. Grayscale: #676767. Windows color (decimal): -11114595 or 10315606. OLE color: 10315606.

HSL color Cylindrical-coordinate representation of color #56679D: hue angle of 225.63º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56679D is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86103157-
CMYK0.450.3400.38
HSL225.63º29.22%47.65%-
HSV(B)225.63º45.22%61.57%-
XYZ14.7714.1133.84-
YUV104.07157.87115.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=24.86%
G=29.77%
B=45.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861031570.450.3400.38225.6329.2247.65
Hex56679D2D22026e21d30
Octal12614723555420463423560
Binary101011011001111001110110110110001001001101110001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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