#51769A

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

Shades of San Marino #51769A

Tints of San Marino #51769A

Color information

#51769A (or 0x51769A) is unknown color: approx San Marino. HEX triplet: 51, 76 and 9A. RGB value is (81,118,154). Sum of RGB (Red+Green+Blue) = 81+118+154=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #51769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51769A is #AE8965. Grayscale: #6E6E6E. Windows color (decimal): -11438438 or 10122833. OLE color: 10122833.

HSL color Cylindrical-coordinate representation of color #51769A: hue angle of 209.59º 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 #51769A is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81118154-
CMYK0.470.2300.40
HSL209.59º31.06%46.08%-
HSV(B)209.59º47.4%60.39%-
XYZ15.717.0433.03-
YUV111.04152.24106.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 154 (60.55% from 255) = 43.63%
R=22.95%
G=33.43%
B=43.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811181540.470.2300.40209.5931.0646.08
Hex51769A2F17028d21f2e
Octal12116623257270503223756
Binary10100011110110100110101011111011101010001101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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