#50689B

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

Shades of San Marino #50689B

Tints of San Marino #50689B

Color information

#50689B (or 0x50689B) is unknown color: approx San Marino. HEX triplet: 50, 68 and 9B. RGB value is (80,104,155). Sum of RGB (Red+Green+Blue) = 80+104+155=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #50689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50689B is #AF9764. Grayscale: #666666. Windows color (decimal): -11507557 or 10184784. OLE color: 10184784.

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

Color convert

RGB80104155-
CMYK0.480.3300.39
HSL220.8º31.91%46.08%-
HSV(B)220.8º48.39%60.78%-
XYZ14.1713.9732.96-
YUV102.64157.55111.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=23.60%
G=30.68%
B=45.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801041550.480.3300.39220.831.9146.08
Hex50689B3021027dd202e
Octal12015023360410473354056
Binary1010000110100010011011110000100001010011111011101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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