#51779A

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

Shades of San Marino #51779A

Tints of San Marino #51779A

Color information

#51779A (or 0x51779A) is unknown color: approx San Marino. HEX triplet: 51, 77 and 9A. RGB value is (81,119,154). Sum of RGB (Red+Green+Blue) = 81+119+154=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #51779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51779A is #AE8865. Grayscale: #6F6F6F. Windows color (decimal): -11438182 or 10123089. OLE color: 10123089.

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

Color convert

RGB81119154-
CMYK0.470.2300.40
HSL208.77º31.06%46.08%-
HSV(B)208.77º47.4%60.39%-
XYZ15.8217.2833.07-
YUV111.63151.91106.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=22.88%
G=33.62%
B=43.50%

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
Decimal811191540.470.2300.40208.7731.0646.08
Hex51779A2F17028d11f2e
Octal12116723257270503213756
Binary10100011110111100110101011111011101010001101000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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