#50719C

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

Shades of San Marino #50719C

Tints of San Marino #50719C

Color information

#50719C (or 0x50719C) is unknown color: approx San Marino. HEX triplet: 50, 71 and 9C. RGB value is (80,113,156). Sum of RGB (Red+Green+Blue) = 80+113+156=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #50719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50719C is #AF8E63. Grayscale: #6B6B6B. Windows color (decimal): -11505252 or 10252624. OLE color: 10252624.

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

Color convert

RGB80113156-
CMYK0.490.2800.39
HSL213.95º32.2%46.27%-
HSV(B)213.95º48.72%61.18%-
XYZ15.2115.9233.72-
YUV108.04155.07108-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=22.92%
G=32.38%
B=44.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801131560.490.2800.39213.9532.246.27
Hex50719C311C027d6202e
Octal12016123461340473264056
Binary101000011100011001110011000111100010011111010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,113,156); }

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

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

 a { background-color: rgb(80,113,156); }

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

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

 span { border-color: rgb(80,113,156); }

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