#56659F

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

Shades of San Marino #56659F

Tints of San Marino #56659F

Color information

#56659F (or 0x56659F) is unknown color: approx San Marino. HEX triplet: 56, 65 and 9F. RGB value is (86,101,159). Sum of RGB (Red+Green+Blue) = 86+101+159=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #56659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56659F is #A99A60. Grayscale: #666666. Windows color (decimal): -11115105 or 10446166. OLE color: 10446166.

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

Color convert

RGB86101159-
CMYK0.460.3600.38
HSL227.67º29.8%48.04%-
HSV(B)227.67º45.91%62.35%-
XYZ14.7513.7934.69-
YUV103.13159.53115.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=24.86%
G=29.19%
B=45.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861011590.460.3600.38227.6729.848.04
Hex56659F2E24026e41e30
Octal12614523756440463443660
Binary101011011001011001111110111010010001001101110010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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