#56729F

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

Shades of San Marino #56729F

Tints of San Marino #56729F

Color information

#56729F (or 0x56729F) is unknown color: approx San Marino. HEX triplet: 56, 72 and 9F. RGB value is (86,114,159). Sum of RGB (Red+Green+Blue) = 86+114+159=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #56729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56729F is #A98D60. Grayscale: #6E6E6E. Windows color (decimal): -11111777 or 10449494. OLE color: 10449494.

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

Color convert

RGB86114159-
CMYK0.460.2800.38
HSL216.99º29.8%48.04%-
HSV(B)216.99º45.91%62.35%-
XYZ16.1116.5235.14-
YUV110.76155.22110.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=23.96%
G=31.75%
B=44.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861141590.460.2800.38216.9929.848.04
Hex56729F2E1C026d91e30
Octal12616223756340463313660
Binary10101101110010100111111011101110001001101101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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