#50729B

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

Shades of San Marino #50729B

Tints of San Marino #50729B

Color information

#50729B (or 0x50729B) is unknown color: approx San Marino. HEX triplet: 50, 72 and 9B. RGB value is (80,114,155). Sum of RGB (Red+Green+Blue) = 80+114+155=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #50729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50729B is #AF8D64. Grayscale: #6C6C6C. Windows color (decimal): -11504997 or 10187344. OLE color: 10187344.

HSL color Cylindrical-coordinate representation of color #50729B: hue angle of 212.8º 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 #50729B is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80114155-
CMYK0.480.2600.39
HSL212.8º31.91%46.08%-
HSV(B)212.8º48.39%60.78%-
XYZ15.2416.1133.32-
YUV108.51154.24107.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=22.92%
G=32.66%
B=44.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801141550.480.2600.39212.831.9146.08
Hex50729B301A027d5202e
Octal12016223360320473254056
Binary101000011100101001101111000011010010011111010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50729B; }

 p { color: rgb(80,114,155); }

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

<style>
 a { background-color: #50729B; }

 a { background-color: rgb(80,114,155); }

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

<style>
 span { border-color: #50729B; }

 span { border-color: rgb(80,114,155); }

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