#50789A

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

Shades of San Marino #50789A

Tints of San Marino #50789A

Color information

#50789A (or 0x50789A) is unknown color: approx San Marino. HEX triplet: 50, 78 and 9A. RGB value is (80,120,154). Sum of RGB (Red+Green+Blue) = 80+120+154=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 120 (47.27% from 255 or 33.90% 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 #50789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50789A is #AF8765. Grayscale: #6F6F6F. Windows color (decimal): -11503462 or 10123344. OLE color: 10123344.

HSL color Cylindrical-coordinate representation of color #50789A: hue angle of 207.57º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50789A is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80120154-
CMYK0.480.2200.40
HSL207.57º31.62%45.88%-
HSV(B)207.57º48.05%60.39%-
XYZ15.8617.4733.11-
YUV111.92151.75105.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 154 (60.55% from 255) = 43.50%
R=22.60%
G=33.90%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801201540.480.2200.40207.5731.6245.88
Hex50789A3016028d0202e
Octal12017023260260503204056
Binary101000011110001001101011000010110010100011010000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,120,154); }

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

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

 a { background-color: rgb(80,120,154); }

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

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

 span { border-color: rgb(80,120,154); }

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