#51679A

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

Shades of San Marino #51679A

Tints of San Marino #51679A

Color information

#51679A (or 0x51679A) is unknown color: approx San Marino. HEX triplet: 51, 67 and 9A. RGB value is (81,103,154). Sum of RGB (Red+Green+Blue) = 81+103+154=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #51679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679A is #AE9865. Grayscale: #666666. Windows color (decimal): -11442278 or 10118993. OLE color: 10118993.

HSL color Cylindrical-coordinate representation of color #51679A: hue angle of 221.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51679A is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81103154-
CMYK0.470.3300.40
HSL221.92º31.06%46.08%-
HSV(B)221.92º47.4%60.39%-
XYZ14.0813.7832.49-
YUV102.24157.21112.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=23.96%
G=30.47%
B=45.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811031540.470.3300.40221.9231.0646.08
Hex51679A2F21028de1f2e
Octal12114723257410503363756
Binary101000111001111001101010111110000101010001101111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51679A; }

 p { color: rgb(81,103,154); }

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

<style>
 a { background-color: #51679A; }

 a { background-color: rgb(81,103,154); }

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

<style>
 span { border-color: #51679A; }

 span { border-color: rgb(81,103,154); }

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