#51779C

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

Shades of San Marino #51779C

Tints of San Marino #51779C

Color information

#51779C (or 0x51779C) is unknown color: approx San Marino. HEX triplet: 51, 77 and 9C. RGB value is (81,119,156). Sum of RGB (Red+Green+Blue) = 81+119+156=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #51779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51779C is #AE8863. Grayscale: #6F6F6F. Windows color (decimal): -11438180 or 10254161. OLE color: 10254161.

HSL color Cylindrical-coordinate representation of color #51779C: hue angle of 209.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51779C is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81119156-
CMYK0.480.2400.39
HSL209.6º31.65%46.47%-
HSV(B)209.6º48.08%61.18%-
XYZ15.9917.3433.96-
YUV111.86152.91105.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=22.75%
G=33.43%
B=43.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811191560.480.2400.39209.631.6546.47
Hex51779C3018027d2202e
Octal12116723460300473224056
Binary101000111101111001110011000011000010011111010010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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